Searched refs:mSnapshotExecTime (Results 1 – 2 of 2) sorted by relevance
286 private long mSnapshotExecTime; field in PerformanceCollector479 mSnapshotExecTime = SystemClock.uptimeMillis(); in startPerformanceSnapshot()491 mSnapshotExecTime = SystemClock.uptimeMillis() - mSnapshotExecTime; in endPerformanceSnapshot()520 mPerfSnapshot.putLong(METRIC_KEY_EXECUTION_TIME, mSnapshotExecTime); in endPerformanceSnapshot()
51980 Landroid/os/PerformanceCollector;->mSnapshotExecTime:J