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

/packages/apps/Camera2/src/com/android/camera/stats/profiler/
H A DGuardingProfiler.java24 public class GuardingProfiler implements Profiler { class in inherits:Profiler
30 /** Create a new GuardingProfiler */
31 public GuardingProfiler(Writer writer, Writer verbose) { method in class:GuardingProfiler
35 /** Create a new GuardingProfiler with a given max duration. */
36 public GuardingProfiler(Writer writer, Writer verbose, int maxDurationMillis) { method in class:GuardingProfiler
H A DProfilers.java42 new GuardingProfiler(sInfoWriter, sVerboseWriter));
55 private final GuardingProfiler mGuardingProfiler;
62 GuardingProfiler guardingProfiler) {
111 public GuardingProfiler guard() {

Completed in 159 milliseconds