Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_VMDebug.cc378 heap->DumpGcCountRateHistogram(output); in VMDebug_getRuntimeStatInternal()
436 heap->DumpGcCountRateHistogram(output); in VMDebug_getRuntimeStatsInternal()
/art/runtime/gc/
Dheap.h686 void DumpGcCountRateHistogram(std::ostream& os) const;
Dheap.cc1060 void Heap::DumpGcCountRateHistogram(std::ostream& os) const { in DumpGcCountRateHistogram() function in art::gc::Heap