Searched refs:mSnapshotExecTime (Results 1 – 2 of 2) sorted by relevance
285 private long mSnapshotExecTime; field in PerformanceCollector478 mSnapshotExecTime = SystemClock.uptimeMillis(); in startPerformanceSnapshot()490 mSnapshotExecTime = SystemClock.uptimeMillis() - mSnapshotExecTime; in endPerformanceSnapshot()519 mPerfSnapshot.putLong(METRIC_KEY_EXECUTION_TIME, mSnapshotExecTime); in endPerformanceSnapshot()
55720 Landroid/os/PerformanceCollector;->mSnapshotExecTime:J