Lines Matching refs:counters
28 state.counters["foo"] = 1; in BM_Counters_Simple()
29 state.counters["bar"] = 2 * static_cast<double>(state.iterations()); in BM_Counters_Simple()
72 state.counters["foo"] = 1; in BM_Counters_WithBytesAndItemsPSec()
73 state.counters["bar"] = ++num_calls1; in BM_Counters_WithBytesAndItemsPSec()
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()
208 state.counters["foo"] = in BM_Counters_InvertedRate()
210 state.counters["bar"] = in BM_Counters_InvertedRate()
251 state.counters["foo"] = 1; in BM_Counters_Threads()
252 state.counters["bar"] = 2; in BM_Counters_Threads()
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()
423 state.counters["foo"] = in BM_Counters_kIsIterationInvariantRate()
425 state.counters["bar"] = 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()
515 state.counters["bar"] = in BM_Counters_kAvgIterationsRate()