Home
last modified time | relevance | path

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

/external/google-benchmark/src/
Dbenchmark_api_internal.h41 ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color = false);
Dbenchmark.cc550 ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color) { in GetOutputOptions() function
591 FLAGS_benchmark_format, internal::GetOutputOptions()); in RunSpecifiedBenchmarks()
/external/google-benchmark/test/
Doutput_test_helper.cc370 auto options = benchmark::internal::GetOutputOptions(/*force_no_color*/true); in RunOutputTests()