Home
last modified time | relevance | path

Searched refs:kAvgIterationsRate (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/third-party/benchmark/bindings/python/google_benchmark/
H A Dbenchmark.cc130 .value("kAvgIterationsRate", Counter::Flags::kAvgIterationsRate) in PYBIND11_MODULE()
/llvm-project-15.0.7/third-party/benchmark/test/
H A Duser_counters_test.cc514 state.counters["foo"] = bm::Counter{1, bm::Counter::kAvgIterationsRate}; in BM_Counters_kAvgIterationsRate()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h473 kAvgIterationsRate = kIsRate | kAvgIterations, enumerator