Searched refs:mPerfMetrics (Results 1 – 1 of 1) sorted by relevance
88 private Bundle mPerfMetrics = new Bundle(); field in Instrumentation184 if (mPerfMetrics != null) { in finish()185 results.putAll(mPerfMetrics); in finish()203 mPerfMetrics = mPerformanceCollector.endSnapshot(); in endPerformanceSnapshot()