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

/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java59 public class PerformanceCollector { class
68 * PerformanceCollector#beginSnapshot(String) for reporting the start of
72 * PerformanceCollector#endSnapshot()
73 * @see PerformanceCollector#beginSnapshot(String)
78 * Callback invoked as last action in PerformanceCollector#endSnapshot()
83 * PerformanceCollector#endSnapshot()
84 * @see PerformanceCollector#endSnapshot()
90 * PerformanceCollector#startTiming(String) for reporting the start of
94 * PerformanceCollector#stopTiming(String)
95 * @see PerformanceCollector#startTimin
288 public PerformanceCollector() { method in class:PerformanceCollector
291 public PerformanceCollector(PerformanceResultsWriter writer) { method in class:PerformanceCollector
[all...]

Completed in 242 milliseconds