reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

utils/benchmark/src/complexity.cc
  191   big_o.report_big_o = true;
utils/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) {
utils/benchmark/src/csv_reporter.cc
  104   if (!run.report_big_o && !run.report_rms) {
  113   if (run.report_big_o) {
utils/benchmark/src/json_reporter.cc
  162   if (!run.report_big_o && !run.report_rms) {
  171   } else if (run.report_big_o) {