OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StatisticsMean
(Results
1 - 2
of
2
) sorted by null
/external/google-benchmark/src/
statistics.cc
32
double
StatisticsMean
(const std::vector<double>& v) {
38
if (v.size() < 3) return
StatisticsMean
(v);
67
const auto mean =
StatisticsMean
(v);
/external/libcxx/utils/google-benchmark/src/
statistics.cc
32
double
StatisticsMean
(const std::vector<double>& v) {
38
if (v.size() < 3) return
StatisticsMean
(v);
67
const auto mean =
StatisticsMean
(v);
Completed in 1156 milliseconds