HomeSort by relevance Sort by last modified time
    Searched refs:GuardingProfiler (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
GuardingProfiler.java 24 public class GuardingProfiler implements Profiler {
30 /** Create a new GuardingProfiler */
31 public GuardingProfiler(Writer writer, Writer verbose) {
35 /** Create a new GuardingProfiler with a given max duration. */
36 public GuardingProfiler(Writer writer, Writer verbose, int maxDurationMillis) {
Profilers.java 42 new GuardingProfiler(sInfoWriter, sVerboseWriter));
55 private final GuardingProfiler mGuardingProfiler;
62 GuardingProfiler guardingProfiler) {
68 mGuardingProfiler = guardingProfiler;
111 public GuardingProfiler guard() {

Completed in 199 milliseconds