Uses of Interface
org.slf4j.profiler.TimeInstrument
-
Packages that use TimeInstrument Package Description org.slf4j.profiler Poor man's profiler API -
-
Uses of TimeInstrument in org.slf4j.profiler
Classes in org.slf4j.profiler that implement TimeInstrument Modifier and Type Class Description classProfilerA poor man's profiler to measure the time elapsed performing some lengthy task.classStopWatchA very basicTimeInstrumentwhich can be started and stopped once and only once.Methods in org.slf4j.profiler that return TimeInstrument Modifier and Type Method Description TimeInstrumentProfiler. stop()TimeInstrumentStopWatch. stop()TimeInstrumentTimeInstrument. stop()Stop this time instrument.Methods in org.slf4j.profiler that return types with arguments of type TimeInstrument Modifier and Type Method Description java.util.List<TimeInstrument>Profiler. getCopyOfChildTimeInstruments()Return a copy of the child instrument list for this Profiler instance.
-