Class KernelDeviceProfile.Accumulator

  • Enclosing class:
    KernelDeviceProfile

    private class KernelDeviceProfile.Accumulator
    extends java.lang.Object
    • Field Detail

      • threadId

        private final long threadId
      • currentTimes

        private final long[] currentTimes
      • accumulatedTimes

        private final long[] accumulatedTimes
      • reportRef

        private final java.lang.ref.WeakReference<ProfileReport> reportRef
      • invocationCount

        private int invocationCount
    • Constructor Detail

      • Accumulator

        private Accumulator​(long _threadId)
    • Method Detail

      • parseStartEventHelper

        private void parseStartEventHelper​(ProfilingEvent event)