Searched defs:counter2 (Results 1 – 10 of 10) sorted by relevance
66 SampleCounterWithVariance counter2; in TEST() local
179 SimpleStatsCounter counter2 = new SimpleStatsCounter(); in testSimpleStatsIncrementBy() local
64 int64_t counter2; in TEST() local
213 int counter2 = 0; in TEST_P() local248 int counter2 = 0; in TEST_P() local
216 let counter2 = Counter::default(); in test_warmup_time() localVariable238 let counter2 = Counter::default(); in test_measurement_time() localVariable
186 deInt32 counter2; member
80 auto* counter2 = TFE_MonitoringNewCounter2("test/counter2", status, in TEST() local
938 Counter* counter2 = counters.find(23)->second.get(); in BOOST_AUTO_TEST_CASE() local1242 const Counter* counter2 = nullptr; in BOOST_AUTO_TEST_CASE() local
271 private void showTotal(PrintWriter pw, String title2, Counter<ChangeType> counter2) { in showTotal()