Package | Description |
---|---|
org.slf4j.profiler |
Poor man's profiler API
|
Modifier and Type | Field and Description |
---|---|
(package private) TimeInstrumentStatus |
StopWatch.status |
Modifier and Type | Method and Description |
---|---|
TimeInstrumentStatus |
StopWatch.getStatus() |
TimeInstrumentStatus |
TimeInstrument.getStatus() |
TimeInstrumentStatus |
Profiler.getStatus() |
static TimeInstrumentStatus |
TimeInstrumentStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TimeInstrumentStatus[] |
TimeInstrumentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|