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