Searched defs:METRIC_KEY_CPU_TIME (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java154 public static final String METRIC_KEY_CPU_TIME = "cpu_time"; field in class:PerformanceCollector
318 * <li>{@link #METRIC_KEY_CPU_TIME cpu_time}
383 * <li>{@link #METRIC_KEY_CPU_TIME cpu_time}
394 iteration.putLong(METRIC_KEY_CPU_TIME, mCpuTime);
514 mPerfSnapshot.putLong(METRIC_KEY_CPU_TIME, mSnapshotCpuTime);

Completed in 43 milliseconds