Searched refs:mSnapshotCpuTime (Results 1 – 1 of 1) sorted by relevance
284 private long mSnapshotCpuTime; field in PerformanceCollector479 mSnapshotCpuTime = Process.getElapsedCpuTime(); in startPerformanceSnapshot()489 mSnapshotCpuTime = Process.getElapsedCpuTime() - mSnapshotCpuTime; in endPerformanceSnapshot()520 mPerfSnapshot.putLong(METRIC_KEY_CPU_TIME, mSnapshotCpuTime); in endPerformanceSnapshot()