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

/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java26 * {@link #beginSnapshot(String)} and {@link #endSnapshot()} functions collect
43 * <code>beginSnapshot("EmailPerformanceTest");
68 * PerformanceCollector#beginSnapshot(String) for reporting the start of
71 * @param label description of code block between beginSnapshot and
73 * @see PerformanceCollector#beginSnapshot(String)
302 * @param label description of code block between beginSnapshot and
305 public void beginSnapshot(String label) { method in class:PerformanceCollector

Completed in 37 milliseconds