Package | Description |
---|---|
org.slf4j.profiler |
Poor man's profiler API
|
Modifier and Type | Field and Description |
---|---|
(package private) StopWatch |
Profiler.globalStopWatch |
Modifier and Type | Method and Description |
---|---|
StopWatch |
Profiler.getCopyOfGlobalStopWatch()
Return a copy of the global stopwatch of this Profiler instance.
|
StopWatch |
StopWatch.stop(long stopTime) |
Modifier and Type | Method and Description |
---|---|
private static void |
Profiler.buildStopWatchString(java.lang.StringBuilder buf,
DurationUnit du,
java.lang.String prefix,
java.lang.String indentation,
StopWatch sw) |
(package private) static java.lang.String |
Util.durationInDurationUnitsAsStr(java.lang.StringBuilder buf,
StopWatch sw) |
(package private) static DurationUnit |
Util.selectDurationUnitForDisplay(StopWatch sw) |
Constructor and Description |
---|
StopWatch(StopWatch original) |