Searched defs:GuardingProfiler (Results 1 - 1 of 1) 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

Completed in 80 milliseconds