Searched refs:mSnapshotCpuTime (Results 1 – 1 of 1) sorted by relevance
283 private long mSnapshotCpuTime; field in PerformanceCollector473 mSnapshotCpuTime = Process.getElapsedCpuTime(); in startPerformanceSnapshot()483 mSnapshotCpuTime = Process.getElapsedCpuTime() - mSnapshotCpuTime; in endPerformanceSnapshot()514 mPerfSnapshot.putLong(METRIC_KEY_CPU_TIME, mSnapshotCpuTime); in endPerformanceSnapshot()