Searched refs:profiler (Results 1 – 5 of 5) sorted by relevance
87 Profiler& profiler = Profiler::get(); in main() local88 profiler.resetEvents(Profiler::EV_CPU_CYCLES | Profiler::EV_L1I_RATES); in main()90 if (!profiler.isValid()) { in main()105 profiler.reset(); in main()108 profiler.start(); in main()110 profiler.stop(); in main()113 profiler.readCounters(&counters); in main()
14 option java_package = "com.android.tools.profiler.proto";
110 "base/profiler/scoped_profile.cc",111 "base/profiler/scoped_tracker.cc",112 "base/profiler/tracked_time.cc",
301 profiler = AppProfiler(config) variable302 profiler.profile()
59 To plot the result from the profiler: