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 |
TimeInstrument.stop()
Stop this time instrument.
|
TimeInstrument |
StopWatch.stop() |
TimeInstrument |
Profiler.stop() |
Modifier and Type | Method and Description |
---|---|
List<TimeInstrument> |
Profiler.getCopyOfChildTimeInstruments()
Return a copy of the child instrument list for this Profiler instance.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.