Searched refs:TimeInstrument (Results 1 – 3 of 3) sorted by relevance
50 public class Profiler implements TimeInstrument {60 List<TimeInstrument> childTimeInstrumentList = new ArrayList<TimeInstrument>();115 TimeInstrument getLastTimeInstrument() { in getLastTimeInstrument()124 TimeInstrument last = getLastTimeInstrument(); in stopLastTimeInstrument()141 public TimeInstrument stop() { in stop()162 for (TimeInstrument ti : childTimeInstrumentList) { in sanityCheck()211 public List<TimeInstrument> getCopyOfChildTimeInstruments() { in getCopyOfChildTimeInstruments()212 List<TimeInstrument> copy = new ArrayList<TimeInstrument>(childTimeInstrumentList); in getCopyOfChildTimeInstruments()235 for (TimeInstrument child : childTimeInstrumentList) { in buildProfilerString()
35 public interface TimeInstrument { interface57 TimeInstrument stop(); in stop()
34 public class StopWatch implements TimeInstrument {62 public TimeInstrument stop() { in stop()