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

  /external/google-benchmark/src/
csv_reporter.cc 104 if (!run.report_big_o && !run.report_rms) {
113 if (run.report_big_o) {
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) {
json_reporter.cc 158 if (!run.report_big_o && !run.report_rms) {
167 } else if (run.report_big_o) {
complexity.cc 191 big_o.report_big_o = true;
  /external/libcxx/utils/google-benchmark/src/
csv_reporter.cc 104 if (!run.report_big_o && !run.report_rms) {
113 if (run.report_big_o) {
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) {
json_reporter.cc 158 if (!run.report_big_o && !run.report_rms) {
167 } else if (run.report_big_o) {
complexity.cc 191 big_o.report_big_o = true;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
csv_reporter.cc 104 if (!run.report_big_o && !run.report_rms) {
113 if (run.report_big_o) {
console_reporter.cc 92 (result.report_big_o || result.report_rms) ? COLOR_BLUE : COLOR_GREEN;
118 if (result.report_big_o) {
131 if (!result.report_big_o && !result.report_rms) {
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;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/include/benchmark/
reporter.h 57 report_big_o(false),
96 bool report_big_o; member in struct:benchmark::BenchmarkReporter::Run
  /external/google-benchmark/include/benchmark/
benchmark.h     [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h     [all...]

Completed in 144 milliseconds