V - the result type of method callpublic class WallClockTimeCallableOperation<V> extends SimpleMonitorableOperation implements Callable<V>
Callable that maintains a wall-clock time counter for elapsed time evaluation
The wall-clock time is stored in milliseconds.
counter| Constructor and Description |
|---|
WallClockTimeCallableOperation(Callable<V> targetCallable)
Builds this monitorable operation with a given
Callable to be profiled using
wall-clock time. |
| Modifier and Type | Method and Description |
|---|---|
V |
call()
See
Callable.call(). |
elapsedTime, getCounterCopyright © 2019. All rights reserved.