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