21 #include "benchmark/benchmark.h" 30 std::vector<BenchmarkReporter::Run> ComputeStats(
31 const std::vector<BenchmarkReporter::Run>& reports);
34 double StatisticsMean(
const std::vector<double>& v);
36 double StatisticsMedian(
const std::vector<double>& v);
38 double StatisticsStdDev(
const std::vector<double>& v);
40 double StatisticsCV(
const std::vector<double>& v);
44 #endif // STATISTICS_H_ Definition: benchmark.h:338