Lines Matching refs:PerformanceCollector
28 import android.os.PerformanceCollector;
29 import android.os.PerformanceCollector.PerformanceResultsWriter;
746 PerformanceCollector mPerfCollector = new PerformanceCollector();
894 results.getParcelableArrayList(PerformanceCollector.METRIC_KEY_ITERATIONS)) {
897 mTestResult.putString(index + PerformanceCollector.METRIC_KEY_LABEL,
898 iteration.getString(PerformanceCollector.METRIC_KEY_LABEL));
899 mTestResult.putLong(index + PerformanceCollector.METRIC_KEY_CPU_TIME,
900 iteration.getLong(PerformanceCollector.METRIC_KEY_CPU_TIME));
901 mTestResult.putLong(index + PerformanceCollector.METRIC_KEY_EXECUTION_TIME,
902 iteration.getLong(PerformanceCollector.METRIC_KEY_EXECUTION_TIME));