Searched refs:getLastTimeInstrument (Results 1 – 2 of 2) sorted by relevance
49 assertNull(profiler.getLastTimeInstrument()); in testSmoke()70 assertNotNull(profiler.getLastTimeInstrument()); in testBasicProfiling()71 assertEquals("doZ", profiler.getLastTimeInstrument().getName()); in testBasicProfiling()106 assertNotNull(profiler.getLastTimeInstrument()); in testNestedProfiling()107 assertEquals("doZ", profiler.getLastTimeInstrument().getName()); in testNestedProfiling()
115 TimeInstrument getLastTimeInstrument() { in getLastTimeInstrument() method in Profiler124 TimeInstrument last = getLastTimeInstrument(); in stopLastTimeInstrument()