Searched refs:gc_last_process_cpu_time_ns (Results 1 – 2 of 2) sorted by relevance
945 double CalculateGcWeightedAllocatedBytes(uint64_t gc_last_process_cpu_time_ns,
1113 double Heap::CalculateGcWeightedAllocatedBytes(uint64_t gc_last_process_cpu_time_ns, in CalculateGcWeightedAllocatedBytes() argument1116 double weight = current_process_cpu_time - gc_last_process_cpu_time_ns; in CalculateGcWeightedAllocatedBytes()