Home
last modified time | relevance | path

Searched refs:GetOutputOptions (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_api_internal.h79 ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color = false);
H A Dbenchmark.cc405 ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color) { in GetOutputOptions() function
467 FLAGS_benchmark_format, internal::GetOutputOptions()); in RunSpecifiedBenchmarks()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Doutput_test_helper.cc391 auto options = benchmark::internal::GetOutputOptions(/*force_no_color*/ true); in RunOutputTests()