Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/native/jni/src/utils/
Dprofiler.h29 class Profiler final {
31 Profiler(const clockid_t clockId) in Profiler() function
35 ~Profiler() { in ~Profiler()
57 DISALLOW_IMPLICIT_CONSTRUCTORS(Profiler);
74 #define PROF_INIT Profiler __LATINIME__PROFILER__(CLOCK_THREAD_CPUTIME_ID)
/packages/services/Telephony/src/com/android/phone/
DProfiler.java28 public class Profiler { class
51 private Profiler() { in Profiler() method in Profiler
/packages/apps/Camera2/src/com/android/camera/app/
DFirstRunDetector.java24 import com.android.camera.stats.profiler.Profiler;
46 private FirstRunDetector(Profiler profiler) { in FirstRunDetector()
/packages/apps/Camera2/src/com/android/camera/stats/profiler/
DProfiler.java23 public interface Profiler { interface
DLoggingProfiler.java22 public class LoggingProfiler implements Profiler {
DGuardingProfiler.java24 public class GuardingProfiler implements Profiler {
/packages/apps/Camera2/src/com/android/camera/
DCaptureModule.java78 import com.android.camera.stats.profiler.Profiler;
344 private final Profiler mProfiler = Profilers.instance().guard();
DCameraActivity.java131 import com.android.camera.stats.profiler.Profiler;
290 private final Profiler mProfiler = Profilers.instance().guard();