Searched refs:startTimeNs (Results 1 – 5 of 5) sorted by relevance
26 private static long[] startTimeNs; field in L46 startTimeNs = new long[MAX_DEPTH]; in setTraceEnabled()59 startTimeNs[traceDepth] = System.nanoTime(); in beginSection()81 return (System.nanoTime() - startTimeNs[traceDepth]) / 1000000f; in endSection()
129 private final long startTimeNs; field in PerfStatsCollector.Event133 this.startTimeNs = clock.nanoTime(); in Event()151 metric.record(clock.nanoTime() - startTimeNs); in finished()
115 private final long startTimeNs; field in PerfStatsCollector.Event119 this.startTimeNs = clock.nanoTime(); in Event()138 metric.elapsedNs += clock.nanoTime() - startTimeNs; in finished()
236 long startTimeNs, in attachMddApiLogging() argument245 long latencyNs = timeSource.elapsedRealtimeNanos() - startTimeNs; in attachMddApiLogging()280 long startTimeNs = timeSource.elapsedRealtimeNanos(); in addFileGroup() local300 startTimeNs, in addFileGroup()475 long startTimeNs = timeSource.elapsedRealtimeNanos();501 startTimeNs,
635 final long startTimeNs = System.nanoTime(); in renderFrameOnRenderThread() local677 renderTimeNs += (currentTimeNs - startTimeNs); in renderFrameOnRenderThread()