| Package | Description | 
|---|---|
| org.slf4j.profiler | 
 Poor man's profiler API 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Profiler
A poor man's profiler to measure the time elapsed performing some lengthy
 task. 
 | 
class  | 
StopWatch
A very basic  
TimeInstrument which can be started and stopped
 once and only once. | 
| Modifier and Type | Method and Description | 
|---|---|
TimeInstrument | 
Profiler.stop()  | 
TimeInstrument | 
StopWatch.stop()  | 
TimeInstrument | 
TimeInstrument.stop()
Stop this time instrument. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<TimeInstrument> | 
Profiler.getCopyOfChildTimeInstruments()
Return a copy of the child instrument list for this Profiler instance. 
 | 
Copyright © 2005–2019 QOS.ch. All rights reserved.