Home
last modified time | relevance | path

Searched refs:profiler (Results 1 – 5 of 5) sorted by relevance

/art/runtime/
Dprofiler.cc92 BackgroundMethodSamplingProfiler* profiler = in GetSample() local
94 const ProfilerOptions profile_options = profiler->GetProfilerOptions(); in GetSample()
105 profiler->RecordMethod(method); in GetSample()
113 profiler->RecordStack(stack); in GetSample()
124 explicit SampleCheckpoint(BackgroundMethodSamplingProfiler* const profiler) : in SampleCheckpoint() argument
125 profiler_(profiler) {} in SampleCheckpoint()
155 BackgroundMethodSamplingProfiler* profiler = in RunProfilerThread() local
180 uint64_t delay_secs = profiler->options_.GetPeriodS() * backoff; in RunProfilerThread()
186 if (profiler->options_.GetStartImmediately() && startup_delay > 0) { in RunProfilerThread()
192 VLOG(profiler) << "Delaying profile start for " << delay_secs << " secs"; in RunProfilerThread()
[all …]
DAndroid.mk152 profiler.cc \
Dparsed_options.cc493 gLogVerbosity.profiler = true; in Parse()
Druntime.cc1444 VLOG(profiler) << "Profiler state updated to " << state; in UpdateProfilerState()
/art/runtime/base/
Dlogging.h310 bool profiler; member