Searched defs:profiler (Results 1 - 2 of 2) sorted by relevance

/art/runtime/base/
H A Dlogging.h51 bool profiler; member in struct:art::LogVerbosity
/art/runtime/
H A Dprofiler.cc17 #include "profiler.h"
52 // TODO: this profiler runs regardless of the state of the machine. Maybe we should use the
94 BackgroundMethodSamplingProfiler* profiler = local
96 const ProfilerOptions profile_options = profiler->GetProfilerOptions();
107 profiler->RecordMethod(method);
115 profiler->RecordStack(stack);
126 explicit SampleCheckpoint(BackgroundMethodSamplingProfiler* const profiler) : argument
127 profiler_(profiler) {}
157 BackgroundMethodSamplingProfiler* profiler = local
182 uint64_t delay_secs = profiler
361 BackgroundMethodSamplingProfiler* profiler = nullptr; local
[all...]

Completed in 146 milliseconds