Home
last modified time | relevance | path

Searched refs:GuardingProfiler (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/stats/profiler/
DGuardingProfiler.java24 public class GuardingProfiler implements Profiler { class
31 public GuardingProfiler(Writer writer, Writer verbose) { in GuardingProfiler() method in GuardingProfiler
36 public GuardingProfiler(Writer writer, Writer verbose, int maxDurationMillis) { in GuardingProfiler() method in GuardingProfiler
DProfilers.java42 new GuardingProfiler(sInfoWriter, sVerboseWriter));
55 private final GuardingProfiler mGuardingProfiler;
62 GuardingProfiler guardingProfiler) { in Profilers()
111 public GuardingProfiler guard() { in guard()