Lines Matching refs:Counter

124   state.counters["foo"] = bm::Counter{1, bm::Counter::kIsRate};  in BM_Counters_Rate()
125 state.counters["bar"] = bm::Counter{2, bm::Counter::kIsRate}; in BM_Counters_Rate()
167 state.counters["foo"] = bm::Counter{0.0001, bm::Counter::kInvert}; in BM_Invert()
168 state.counters["bar"] = bm::Counter{10000, bm::Counter::kInvert}; in BM_Invert()
209 bm::Counter{1, bm::Counter::kIsRate | bm::Counter::kInvert}; in BM_Counters_InvertedRate()
211 bm::Counter{8192, bm::Counter::kIsRate | bm::Counter::kInvert}; in BM_Counters_InvertedRate()
292 state.counters["foo"] = bm::Counter{1, bm::Counter::kAvgThreads}; in BM_Counters_AvgThreads()
293 state.counters["bar"] = bm::Counter{2, bm::Counter::kAvgThreads}; in BM_Counters_AvgThreads()
336 state.counters["foo"] = bm::Counter{1, bm::Counter::kAvgThreadsRate}; in BM_Counters_AvgThreadsRate()
337 state.counters["bar"] = bm::Counter{2, bm::Counter::kAvgThreadsRate}; in BM_Counters_AvgThreadsRate()
378 state.counters["foo"] = bm::Counter{1, bm::Counter::kIsIterationInvariant}; in BM_Counters_IterationInvariant()
379 state.counters["bar"] = bm::Counter{2, bm::Counter::kIsIterationInvariant}; in BM_Counters_IterationInvariant()
424 bm::Counter{1, bm::Counter::kIsIterationInvariantRate}; in BM_Counters_kIsIterationInvariantRate()
426 bm::Counter{2, bm::Counter::kIsRate | bm::Counter::kIsIterationInvariant}; in BM_Counters_kIsIterationInvariantRate()
470 state.counters["foo"] = bm::Counter{1, bm::Counter::kAvgIterations}; in BM_Counters_AvgIterations()
471 state.counters["bar"] = bm::Counter{2, bm::Counter::kAvgIterations}; in BM_Counters_AvgIterations()
514 state.counters["foo"] = bm::Counter{1, bm::Counter::kAvgIterationsRate}; in BM_Counters_kAvgIterationsRate()
516 bm::Counter{2, bm::Counter::kIsRate | bm::Counter::kAvgIterations}; in BM_Counters_kAvgIterationsRate()