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

/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java36 * {@link #addIteration(String)} inserts intermediate measurement point which
45 * addIteration("Launch email app");
46 * addIteration("Compose");
377 * addIteration, and between two calls to addIteration, used
387 public Bundle addIteration(String label) { method in class:PerformanceCollector
405 * @param label description of code block between addIteration or
412 addIteration(label);

Completed in 57 milliseconds