HomeSort by relevance Sort by last modified time
    Searched defs:BackgroundMethodSamplingProfiler (Results 1 - 2 of 2) sorted by null

  /art/runtime/
profiler.h 152 // The BackgroundMethodSamplingProfiler runs in a thread. Most of the time it is sleeping but
166 class BackgroundMethodSamplingProfiler {
189 explicit BackgroundMethodSamplingProfiler(
201 static BackgroundMethodSamplingProfiler* profiler_ GUARDED_BY(Locks::profiler_lock_);
232 DISALLOW_COPY_AND_ASSIGN(BackgroundMethodSamplingProfiler);
profiler.cc 51 BackgroundMethodSamplingProfiler* BackgroundMethodSamplingProfiler::profiler_ = nullptr;
52 pthread_t BackgroundMethodSamplingProfiler::profiler_pthread_ = 0U;
53 volatile bool BackgroundMethodSamplingProfiler::shutting_down_ = false;
92 BackgroundMethodSamplingProfiler* profiler =
93 reinterpret_cast<BackgroundMethodSamplingProfiler*>(arg);
124 explicit SampleCheckpoint(BackgroundMethodSamplingProfiler* const profiler) :
145 BackgroundMethodSamplingProfiler* const profiler_;
148 bool BackgroundMethodSamplingProfiler::ShuttingDown(Thread* self) {
153 void* BackgroundMethodSamplingProfiler::RunProfilerThread(void* arg)
    [all...]

Completed in 75 milliseconds