Home
last modified time | relevance | path

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

/llvm-project/third-party/benchmark/src/
H A Dbenchmark_api_internal.h82 ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color = false);
H A Dbenchmark.cc505 ConsoleReporter::OutputOptions GetOutputOptions(bool force_no_color) { in GetOutputOptions() function
534 internal::GetOutputOptions()) in CreateDefaultDisplayReporter()
/llvm-project/third-party/benchmark/test/
H A Doutput_test_helper.cc393 auto options = benchmark::internal::GetOutputOptions(/*force_no_color*/ true); in RunOutputTests()