Home
last modified time | relevance | path

Searched refs:DumpPerformanceInfo (Results 1 – 3 of 3) sorted by relevance

/art/runtime/gc/collector/
Dgarbage_collector.h173 void DumpPerformanceInfo(std::ostream& os) LOCKS_EXCLUDED(pause_histogram_lock_);
Dgarbage_collector.cc192 void GarbageCollector::DumpPerformanceInfo(std::ostream& os) { in DumpPerformanceInfo() function in art::gc::collector::GarbageCollector
/art/runtime/gc/
Dheap.cc961 collector->DumpPerformanceInfo(os); in DumpGcPerformanceInfo()