#include <vector>#include "benchmark/benchmark.h"

Go to the source code of this file.
Namespaces | |
| benchmark | |
Functions | |
| std::vector< BenchmarkReporter::Run > | benchmark::ComputeStats (const std::vector< BenchmarkReporter::Run > &reports) |
| double | benchmark::StatisticsCV (const std::vector< double > &v) |
| double | benchmark::StatisticsMean (const std::vector< double > &v) |
| double | benchmark::StatisticsMedian (const std::vector< double > &v) |
| double | benchmark::StatisticsStdDev (const std::vector< double > &v) |