Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.h87 uint64_t GetTotalPausedTimeNs() REQUIRES(!pause_histogram_lock_);
Dgarbage_collector.cc269 uint64_t GarbageCollector::GetTotalPausedTimeNs() { in GetTotalPausedTimeNs() function in art::gc::collector::GarbageCollector
/art/runtime/gc/
Dheap.cc1150 total_paused_time += collector->GetTotalPausedTimeNs(); in DumpGcPerformanceInfo()