Home
last modified time | relevance | path

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

/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h529 typedef double(StatisticsFunc)(const std::vector<double>&); typedef
534 StatisticsFunc* compute_;
537 Statistics(const std::string& name, StatisticsFunc* compute,
1058 StatisticsFunc* statistics,
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dbenchmark_register.cc417 StatisticsFunc* statistics, in ComputeStatistics()