25 {.extra_args = extra_args},
28 bench.run([&] { log(); });
static void LogWithThreadNames(benchmark::Bench &bench)
static void LogWithoutWriteToFile(benchmark::Bench &bench)
static void LogWithoutDebug(benchmark::Bench &bench)
static void LogWithDebug(benchmark::Bench &bench)
static void Logging(benchmark::Bench &bench, const std::vector< const char * > &extra_args, const std::function< void()> &log)
static void LogWithoutThreadNames(benchmark::Bench &bench)
void DisableCategory(LogFlags flag)
Main entry point to nanobench's benchmarking facility.
#define LogDebug(category,...)
BCLog::Logger & LogInstance()
Testing setup that configures a complete environment.
constexpr auto Ticks(Dur2 d)
Helper to count the seconds of a duration/time_point.