| Class | Description |
|---|---|
| CpuTimeCallableOperation<V> |
A
Callable that maintains a CPU time counter for elapsed time evaluation
The CPU time is stored in nanoseconds. |
| MultiCounterCallableOperation<V> |
A thread-safe
Callable that maintains custom counters for elapsed time
evaluation. |
| WallClockTimeCallableOperation<V> |
A
Callable that maintains a wall-clock time counter for elapsed time evaluation
The wall-clock time is stored in milliseconds. |
Copyright © 2019. All rights reserved.