Home
last modified time | relevance | path

Searched refs:StatisticsFunc (Results 1 – 2 of 2) sorted by relevance

/third_party/benchmark/include/benchmark/
Dbenchmark.h673 typedef double(StatisticsFunc)(const std::vector<double>&); typedef
678 StatisticsFunc* compute_;
681 Statistics(const std::string& name, StatisticsFunc* compute,
1244 StatisticsFunc* statistics,
/third_party/benchmark/src/
Dbenchmark_register.cc433 StatisticsFunc* statistics, in ComputeStatistics()