| Package | Description |
|---|---|
| net.obvj.performetrics.callable | |
| net.obvj.performetrics.runnable |
| Modifier and Type | Class and Description |
|---|---|
class |
CpuTimeCallableOperation<V>
A
Callable that maintains a CPU time counter for elapsed time evaluation
The CPU time is stored in nanoseconds. |
class |
WallClockTimeCallableOperation<V>
A
Callable that maintains a wall-clock time counter for elapsed time evaluation
The wall-clock time is stored in milliseconds. |
| Modifier and Type | Class and Description |
|---|---|
class |
CpuTimeRunnableOperation
A
Runnable that maintains a CPU time counter for elapsed time evaluation. |
class |
WallClockTimeRunnableOperation
A
Runnable that maintains a wall-clock time counter for elapsed time evaluation
The wall-clock time is stored in milliseconds. |
Copyright © 2019. All rights reserved.