Home
last modified time | relevance | path

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

/art/runtime/
Dprofiler.h202 uint32_t DumpProfile(std::ostream& os) SHARED_REQUIRES(Locks::mutator_lock_);
Dprofiler.cc297 uint32_t num_methods = DumpProfile(os); in WriteProfile()
466 uint32_t BackgroundMethodSamplingProfiler::DumpProfile(std::ostream& os) { in DumpProfile() function in art::BackgroundMethodSamplingProfiler