spdlog
Loading...
Searching...
No Matches
Functions
formatter-bench.cpp File Reference

Go to the source code of this file.

#include "benchmark/benchmark.h"
#include "spdlog/spdlog.h"
#include "spdlog/pattern_formatter.h"

Functions

void bench_formatter (benchmark::State &state, std::string pattern)
 
void bench_formatters ()
 
int main (int argc, char *argv[])
 

Function Documentation

◆ bench_formatter()

void bench_formatter ( benchmark::State &  state,
std::string  pattern 
)

Definition at line 11 of file formatter-bench.cpp.

◆ bench_formatters()

void bench_formatters ( )

Definition at line 29 of file formatter-bench.cpp.

◆ main()

int main ( int  argc,
char argv[] 
)

Definition at line 59 of file formatter-bench.cpp.