Searched refs:Profiler (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/stats/profiler/
H A DProfiler.java23 public interface Profiler { interface
H A DLoggingProfiler.java22 public class LoggingProfiler implements Profiler {
H A DGuardingProfiler.java24 public class GuardingProfiler implements Profiler {
/packages/inputmethods/LatinIME/native/jni/src/utils/
H A Dprofiler.h29 class Profiler final {
31 Profiler(const clockid_t clockId) function in class:latinime::final
35 ~Profiler() {
57 DISALLOW_IMPLICIT_CONSTRUCTORS(Profiler);
74 #define PROF_INIT Profiler __LATINIME__PROFILER__(CLOCK_THREAD_CPUTIME_ID)
/packages/apps/Camera2/src/com/android/camera/app/
H A DFirstRunDetector.java24 import com.android.camera.stats.profiler.Profiler;
46 private FirstRunDetector(Profiler profiler) {
/packages/services/Telephony/src/com/android/phone/
H A DProfiler.java28 public class Profiler { class
35 // Profiler.PROFILE first, so the method calls will get optimized out
51 private Profiler() { method in class:Profiler
124 Log.d(LOG_TAG, "[Profiler] " + msg);
/packages/apps/Camera2/src/com/android/camera/
H A DCaptureModule.java78 import com.android.camera.stats.profiler.Profiler;
344 private final Profiler mProfiler = Profilers.instance().guard();
H A DCameraActivity.java130 import com.android.camera.stats.profiler.Profiler;
291 private final Profiler mProfiler = Profilers.instance().guard();

Completed in 163 milliseconds