private class KernelDeviceProfile.Accumulator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private long[] |
accumulatedTimes |
private long[] |
currentTimes |
private int |
invocationCount |
private ProfilingEvent |
lastEvent |
private ProfileReport |
report |
private java.lang.ref.WeakReference<ProfileReport> |
reportRef |
private long |
threadId |
Modifier | Constructor and Description |
---|---|
private |
Accumulator(long _threadId) |
Modifier and Type | Method and Description |
---|---|
private void |
onEvent(ProfilingEvent event) |
private void |
parseStartEventHelper(ProfilingEvent event) |
private final long threadId
private final long[] currentTimes
private final long[] accumulatedTimes
private final ProfileReport report
private final java.lang.ref.WeakReference<ProfileReport> reportRef
private ProfilingEvent lastEvent
private int invocationCount
private void parseStartEventHelper(ProfilingEvent event)
private void onEvent(ProfilingEvent event)