Home | History | Annotate | Download | only in benchmark

Lines Matching defs:Statistics

421 // statistics over all the measurements of some type
425 struct Statistics {
429 Statistics(const std::string& name, StatisticsFunc* compute)
869 // or if only the final statistics should be reported. If the benchmark
901 // Add this statistics to be computed over all the values of benchmark run
902 Benchmark* ComputeStatistics(std::string name, StatisticsFunc* statistics);
959 std::vector<Statistics> statistics_;
1375 // what statistics to compute from the measurements
1376 const std::vector<internal::Statistics>* statistics;