Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h461 return post_gc_last_process_cpu_time_ns_; in GetPostGCLastProcessCpuTime()
1299 uint64_t post_gc_last_process_cpu_time_ns_; variable
Dheap.cc265 post_gc_last_process_cpu_time_ns_(process_cpu_start_time_ns_), in Heap()
1130 CalculateGcWeightedAllocatedBytes(post_gc_last_process_cpu_time_ns_, current_process_cpu_time); in CalculatePostGcWeightedAllocatedBytes()
1131 post_gc_last_process_cpu_time_ns_ = current_process_cpu_time; in CalculatePostGcWeightedAllocatedBytes()
1221 post_gc_last_process_cpu_time_ns_ = process_cpu_start_time_ns_; in ResetGcPerformanceInfo()