Searched refs:timers (Results 1 – 1 of 1) sorted by relevance
125 final Map<String,TimerStat> timers = readback.getTimers(TIMERS_0); in checkHealthStats() local126 Assert.assertEquals(1, timers.size()); in checkHealthStats()127 Assert.assertEquals(200, timers.get("b").getCount()); in checkHealthStats()128 Assert.assertEquals(400, timers.get("b").getTime()); in checkHealthStats()