Lines Matching refs:counters
28 state.counters["foo"] = 1; in BM_Counters_Simple()
29 state.counters["bar"] = 2 * (double)state.iterations(); in BM_Counters_Simple()
70 state.counters["foo"] = 1; in BM_Counters_WithBytesAndItemsPSec()
71 state.counters["bar"] = ++num_calls1; in BM_Counters_WithBytesAndItemsPSec()
120 state.counters["foo"] = bm::Counter{1, bm::Counter::kIsRate}; in BM_Counters_Rate()
121 state.counters["bar"] = bm::Counter{2, bm::Counter::kIsRate}; in BM_Counters_Rate()
161 state.counters["foo"] = bm::Counter{0.0001, bm::Counter::kInvert}; in BM_Invert()
162 state.counters["bar"] = bm::Counter{10000, bm::Counter::kInvert}; in BM_Invert()
200 state.counters["foo"] = in BM_Counters_InvertedRate()
202 state.counters["bar"] = in BM_Counters_InvertedRate()
241 state.counters["foo"] = 1; in BM_Counters_Threads()
242 state.counters["bar"] = 2; in BM_Counters_Threads()
280 state.counters["foo"] = bm::Counter{1, bm::Counter::kAvgThreads}; in BM_Counters_AvgThreads()
281 state.counters["bar"] = bm::Counter{2, bm::Counter::kAvgThreads}; in BM_Counters_AvgThreads()
322 state.counters["foo"] = bm::Counter{1, bm::Counter::kAvgThreadsRate}; in BM_Counters_AvgThreadsRate()
323 state.counters["bar"] = bm::Counter{2, bm::Counter::kAvgThreadsRate}; in BM_Counters_AvgThreadsRate()
362 state.counters["foo"] = bm::Counter{1, bm::Counter::kIsIterationInvariant}; in BM_Counters_IterationInvariant()
363 state.counters["bar"] = bm::Counter{2, bm::Counter::kIsIterationInvariant}; in BM_Counters_IterationInvariant()
405 state.counters["foo"] = in BM_Counters_kIsIterationInvariantRate()
407 state.counters["bar"] = in BM_Counters_kIsIterationInvariantRate()
450 state.counters["foo"] = bm::Counter{1, bm::Counter::kAvgIterations}; in BM_Counters_AvgIterations()
451 state.counters["bar"] = bm::Counter{2, bm::Counter::kAvgIterations}; in BM_Counters_AvgIterations()
492 state.counters["foo"] = bm::Counter{1, bm::Counter::kAvgIterationsRate}; in BM_Counters_kAvgIterationsRate()
493 state.counters["bar"] = in BM_Counters_kAvgIterationsRate()