Searched refs:Profiler (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DLooper.java144 if (logging instanceof Profiler) {
145 ((Profiler) logging).profile(msg, wallStart, wallTime,
250 public static interface Profiler { interface in class:Looper
/frameworks/base/core/java/android/app/
H A DActivityThread.java157 Profiler mProfiler;
377 /** Initial values for {@link Profiler}. */
387 static final class Profiler { class in class:ActivityThread
1702 mProfiler = new Profiler();
3742 mProfiler = new Profiler();
/frameworks/base/core/java/android/view/
H A DViewDebug.java459 private static class LooperProfiler implements Looper.Profiler, Printer {

Completed in 42 milliseconds