HomeSort by relevance Sort by last modified time
    Searched refs:report_big_o (Results 1 - 10 of 10) sorted by null

  /external/libcxx/utils/google-benchmark/src/
console_reporter.cc 74 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN;
100 if (result.report_big_o) {
113 if (!result.report_big_o && !result.report_rms) {
csv_reporter.cc 73 if (!run.report_big_o && !run.report_rms) {
82 if (run.report_big_o) {
json_reporter.cc 125 if (!run.report_big_o && !run.report_rms) {
134 } else if (run.report_big_o) {
complexity.cc 263 big_o.report_big_o = true;
  /external/google-benchmark/src/
console_reporter.cc 107 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN;
133 if (result.report_big_o) {
146 if (!result.report_big_o && !result.report_rms) {
csv_reporter.cc 104 if (!run.report_big_o && !run.report_rms) {
113 if (run.report_big_o) {
json_reporter.cc 125 if (!run.report_big_o && !run.report_rms) {
134 } else if (run.report_big_o) {
complexity.cc 295 big_o.report_big_o = true;
  /external/google-benchmark/include/benchmark/
reporter.h 57 report_big_o(false),
96 bool report_big_o; member in struct:benchmark::BenchmarkReporter::Run
  /external/libcxx/utils/google-benchmark/include/benchmark/
reporter.h 56 report_big_o(false),
94 bool report_big_o; member in struct:benchmark::BenchmarkReporter::Run

Completed in 79 milliseconds