Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DLooper.java144 if (logging instanceof Profiler) { in loop()
145 ((Profiler) logging).profile(msg, wallStart, wallTime, in loop()
250 public static interface Profiler { interface in Looper
/frameworks/base/core/java/android/app/
DActivityThread.java156 Profiler mProfiler;
386 static final class Profiler { class in ActivityThread
1701 mProfiler = new Profiler(); in installSystemApplicationInfo()
3720 mProfiler = new Profiler(); in handleBindApplication()
/frameworks/base/core/java/android/view/
DViewDebug.java459 private static class LooperProfiler implements Looper.Profiler, Printer {