Agora  1.2.0
Agora project
latency.cpp File Reference
#include "benchmark/benchmark.h"
#include "spdlog/spdlog.h"
#include "spdlog/async.h"
#include "spdlog/sinks/basic_file_sink.h"
#include "spdlog/sinks/daily_file_sink.h"
#include "spdlog/sinks/null_sink.h"
#include "spdlog/sinks/rotating_file_sink.h"
Include dependency graph for latency.cpp:

Functions

void bench_c_string (benchmark::State &state, std::shared_ptr< spdlog::logger > logger)
 
void bench_logger (benchmark::State &state, std::shared_ptr< spdlog::logger > logger)
 
void bench_logger_fmt_string (benchmark::State &state, std::shared_ptr< spdlog::logger > logger)
 
void bench_disabled_macro (benchmark::State &state, std::shared_ptr< spdlog::logger > logger)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ bench_c_string()

void bench_c_string ( benchmark::State &  state,
std::shared_ptr< spdlog::logger logger 
)
Here is the caller graph for this function:

◆ bench_disabled_macro()

void bench_disabled_macro ( benchmark::State &  state,
std::shared_ptr< spdlog::logger logger 
)
Here is the caller graph for this function:

◆ bench_logger()

void bench_logger ( benchmark::State &  state,
std::shared_ptr< spdlog::logger logger 
)
Here is the caller graph for this function:

◆ bench_logger_fmt_string()

void bench_logger_fmt_string ( benchmark::State &  state,
std::shared_ptr< spdlog::logger logger 
)
Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char *  argv[] 
)
Here is the call graph for this function: