Package | Description |
---|---|
org.slf4j.profiler |
Poor man's profiler API
|
Modifier and Type | Method and Description |
---|---|
(package private) static DurationUnit |
Util.selectDurationUnitForDisplay(long durationInNanos) |
(package private) static DurationUnit |
Util.selectDurationUnitForDisplay(StopWatch sw) |
static DurationUnit |
DurationUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DurationUnit[] |
DurationUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static void |
Util.appendDurationUnitAsStr(java.lang.StringBuilder buf,
DurationUnit durationUnit) |
private java.lang.String |
Profiler.buildProfilerString(DurationUnit du,
java.lang.String firstPrefix,
java.lang.String label,
java.lang.String indentation) |
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(long nanos,
DurationUnit durationUnit) |