Searched refs:Profiler (Results 1 – 13 of 13) sorted by relevance
20 public class Profiler { class25 public static Profiler createInstance(String tag) { in createInstance()26 return new Profiler(tag, false); in createInstance()30 public static Profiler createNoOpInstance(String tag) { in createNoOpInstance()31 return new Profiler(tag, true); in createNoOpInstance()34 private Profiler(String tag, boolean isTestEnv) { in Profiler() method in Profiler
29 class Profiler final {31 Profiler(const clockid_t clockId) in Profiler() function35 ~Profiler() { in ~Profiler()57 DISALLOW_IMPLICIT_CONSTRUCTORS(Profiler);74 #define PROF_INIT Profiler __LATINIME__PROFILER__(CLOCK_THREAD_CPUTIME_ID)
26 Profiler profiler = Profiler.createInstance("foo"); in testStartReturnsActualStopWatch()32 Profiler profiler = Profiler.createNoOpInstance("foo"); in testStartReturnsFakeStopWatch()
36 import com.android.adservices.service.profiling.Profiler;86 private final Profiler mProfiler;103 private final Profiler mProfiler;109 JavaScriptSandboxProvider(Profiler profiler, LoggerFactory.Logger logger) { in JavaScriptSandboxProvider()267 Profiler profiler = Profiler.createNoOpInstance(TAG);288 Context context, Profiler profiler, LoggerFactory.Logger logger) {320 Profiler profiler,364 Profiler profiler,
28 public class Profiler { class51 private Profiler() { in Profiler() method in Profiler
24 import com.android.camera.stats.profiler.Profiler;46 private FirstRunDetector(Profiler profiler) { in FirstRunDetector()
23 public interface Profiler { interface
22 public class LoggingProfiler implements Profiler {
24 public class GuardingProfiler implements Profiler {
36 import com.android.adservices.service.profiling.Profiler;67 @Mock private Profiler mProfilerMock;
64 import com.android.adservices.service.profiling.Profiler;124 private static final Profiler sMockProfiler = mock(Profiler.class);
78 import com.android.camera.stats.profiler.Profiler;351 private final Profiler mProfiler = Profilers.instance().guard();
129 import com.android.camera.stats.profiler.Profiler;286 private final Profiler mProfiler = Profilers.instance().guard();