Searched refs:StatisticsCV (Results 1 – 4 of 4) sorted by relevance
/third_party/benchmark/test/ |
D | statistics_gtest.cc | 29 EXPECT_DOUBLE_EQ(benchmark::StatisticsCV({101, 101, 101, 101}), 0.0); in TEST() 30 EXPECT_DOUBLE_EQ(benchmark::StatisticsCV({1, 2, 3}), 1. / 2.); in TEST() 31 EXPECT_DOUBLE_EQ(benchmark::StatisticsCV({2.5, 2.4, 3.3, 4.2, 5.1}), in TEST()
|
/third_party/benchmark/src/ |
D | statistics.h | 40 double StatisticsCV(const std::vector<double>& v);
|
D | statistics.cc | 78 double StatisticsCV(const std::vector<double>& v) { in StatisticsCV() function
|
D | benchmark_register.cc | 227 ComputeStatistics("cv", StatisticsCV, kPercentage); in Benchmark()
|