Interface | Description |
---|---|
TimeInstrument |
Class | Description |
---|---|
Profiler |
A poor man's profiler to measure the time elapsed performing some lengthy
task.
|
ProfilerRegistry |
A minimalist registry of profilers.
|
SpacePadder | |
StopWatch |
A very basic
TimeInstrument which can be started and stopped
once and only once. |
Util |
A collection of utility methods.
|
Enum | Description |
---|---|
DurationUnit |
An enum of supported time units.
|
TimeInstrumentStatus |
A time instrument can be in STARTED or STOPPED status.
|
Poor man's profiler API