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

Declarations

utils/benchmark/include/benchmark/benchmark.h
  863   Benchmark* ComputeStatistics(std::string name, StatisticsFunc* statistics);

References

utils/benchmark/src/benchmark_register.cc
  249   ComputeStatistics("mean", StatisticsMean);
  250   ComputeStatistics("median", StatisticsMedian);
  251   ComputeStatistics("stddev", StatisticsStdDev);