Searched refs:Profiler (Results 1 – 3 of 3) sorted by relevance
144 if (logging instanceof Profiler) { in loop()145 ((Profiler) logging).profile(msg, wallStart, wallTime, in loop()250 public static interface Profiler { interface in Looper
156 Profiler mProfiler;386 static final class Profiler { class in ActivityThread1701 mProfiler = new Profiler(); in installSystemApplicationInfo()3720 mProfiler = new Profiler(); in handleBindApplication()
459 private static class LooperProfiler implements Looper.Profiler, Printer {