Home
last modified time | relevance | path

Searched refs:DumpProfile (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dprofiler.h198 uint32_t DumpProfile(std::ostream& os) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_);
Dprofiler.cc298 uint32_t num_methods = DumpProfile(os); in WriteProfile()
465 uint32_t BackgroundMethodSamplingProfiler::DumpProfile(std::ostream& os) { in DumpProfile() function in art::BackgroundMethodSamplingProfiler