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

/frameworks/base/core/java/android/util/
H A DTimingLogger.java28 * TimingLogger timings = new TimingLogger(TAG, "methodA");
48 public class TimingLogger { class
69 * Create and initialize a TimingLogger object that will log using
76 public TimingLogger(String tag, String label) { method in class:TimingLogger
81 * Clear and initialize a TimingLogger object that will log using
95 * Clear and initialize a TimingLogger object that will log using

Completed in 138 milliseconds