MCPcopy Create free account
hub / github.com/BYVoid/OpenCC / CreateDefaultDisplayReporter

Function CreateDefaultDisplayReporter

deps/google-benchmark/src/benchmark.cc:456–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

454} // end namespace internal
455
456BenchmarkReporter* CreateDefaultDisplayReporter() {
457 static auto default_display_reporter =
458 internal::CreateReporter(FLAGS_benchmark_format,
459 internal::GetOutputOptions())
460 .release();
461 return default_display_reporter;
462}
463
464size_t RunSpecifiedBenchmarks() {
465 return RunSpecifiedBenchmarks(nullptr, nullptr, FLAGS_benchmark_filter);

Callers 1

RunSpecifiedBenchmarksFunction · 0.85

Calls 2

GetOutputOptionsFunction · 0.85
releaseMethod · 0.80

Tested by

no test coverage detected