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

/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java159 public static final String METRIC_KEY_EXECUTION_TIME = "execution_time"; field in class:PerformanceCollector
319 * <li>{@link #METRIC_KEY_EXECUTION_TIME execution_time}
384 * <li>{@link #METRIC_KEY_EXECUTION_TIME execution_time}
393 iteration.putLong(METRIC_KEY_EXECUTION_TIME, mExecTime);
513 mPerfSnapshot.putLong(METRIC_KEY_EXECUTION_TIME, mSnapshotExecTime);

Completed in 41 milliseconds