Lines Matching refs:PerformanceCollector
30 import android.os.PerformanceCollector;
31 import android.os.PerformanceCollector.PerformanceResultsWriter;
707 PerformanceCollector mPerfCollector = new PerformanceCollector();
842 results.getParcelableArrayList(PerformanceCollector.METRIC_KEY_ITERATIONS)) {
845 mTestResult.putString(index + PerformanceCollector.METRIC_KEY_LABEL,
846 iteration.getString(PerformanceCollector.METRIC_KEY_LABEL));
847 mTestResult.putLong(index + PerformanceCollector.METRIC_KEY_CPU_TIME,
848 iteration.getLong(PerformanceCollector.METRIC_KEY_CPU_TIME));
849 mTestResult.putLong(index + PerformanceCollector.METRIC_KEY_EXECUTION_TIME,
850 iteration.getLong(PerformanceCollector.METRIC_KEY_EXECUTION_TIME));