Agora
1.2.0
Agora project
|
#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"
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[]) |
void bench_c_string | ( | benchmark::State & | state, |
std::shared_ptr< spdlog::logger > | logger | ||
) |
void bench_disabled_macro | ( | 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 | ||
) |
int main | ( | int | argc, |
char * | argv[] | ||
) |