private class KernelDeviceProfile.GlobalAccumulator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.concurrent.atomic.AtomicLongArray |
accumulatedTimes |
private java.util.concurrent.locks.ReentrantReadWriteLock |
lock |
Modifier | Constructor and Description |
---|---|
private |
GlobalAccumulator() |
Modifier and Type | Method and Description |
---|---|
private void |
accumulateTimes(long[] currentTimes) |
private void |
consultAccumulatedTimes(long[] accumulatedTimesHolder) |