Uses of Interface
org.slf4j.profiler.TimeInstrument
-
Uses of TimeInstrument in org.slf4j.profiler
Modifier and TypeClassDescriptionclass
A poor man's profiler to measure the time elapsed performing some lengthy task.class
A very basicTimeInstrument
which can be started and stopped once and only once.Modifier and TypeMethodDescriptionProfiler.stop()
StopWatch.stop()
TimeInstrument.stop()
Stop this time instrument.Modifier and TypeMethodDescriptionProfiler.getCopyOfChildTimeInstruments()
Return a copy of the child instrument list for this Profiler instance.