summaryrefslogtreecommitdiff
path: root/third-party/benchmark/src/statistics.h
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/benchmark/src/statistics.h')
-rw-r--r--third-party/benchmark/src/statistics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/third-party/benchmark/src/statistics.h b/third-party/benchmark/src/statistics.h
index 7eccc85536a5..a9545a58c648 100644
--- a/third-party/benchmark/src/statistics.h
+++ b/third-party/benchmark/src/statistics.h
@@ -31,6 +31,7 @@ std::vector<BenchmarkReporter::Run> ComputeStats(
double StatisticsMean(const std::vector<double>& v);
double StatisticsMedian(const std::vector<double>& v);
double StatisticsStdDev(const std::vector<double>& v);
+double StatisticsCV(const std::vector<double>& v);
} // end namespace benchmark