Home
last modified time | relevance | path

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

/art/runtime/gc/collector/
Dgarbage_collector.h148 uint64_t GetTotalPausedTimeNs() LOCKS_EXCLUDED(pause_histogram_lock_);
Dgarbage_collector.cc187 uint64_t GarbageCollector::GetTotalPausedTimeNs() { in GetTotalPausedTimeNs() function in art::gc::collector::GarbageCollector
/art/runtime/gc/
Dheap.cc960 total_paused_time += collector->GetTotalPausedTimeNs(); in DumpGcPerformanceInfo()