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

References

utils/benchmark/include/benchmark/benchmark.h
 1282           complexity(oNone),
utils/benchmark/src/benchmark.cc
  251         if (!report.error_occurred && b.complexity != oNone)
  278   if ((b.complexity != oNone) && b.last_benchmark_instance) {
utils/benchmark/src/benchmark_register.cc
  247       complexity_(oNone),
utils/benchmark/src/complexity.cc
  125   CHECK_NE(complexity, oNone);
utils/benchmark/src/complexity.h
   43   LeastSq() : coef(0.0), rms(0.0), complexity(oNone) {}