Home
last modified time | relevance | path

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

/art/runtime/gc/
Dheap.h945 double CalculateGcWeightedAllocatedBytes(uint64_t gc_last_process_cpu_time_ns,
Dheap.cc1113 double Heap::CalculateGcWeightedAllocatedBytes(uint64_t gc_last_process_cpu_time_ns, in CalculateGcWeightedAllocatedBytes() argument
1116 double weight = current_process_cpu_time - gc_last_process_cpu_time_ns; in CalculateGcWeightedAllocatedBytes()