Searched refs:current_process_cpu_time (Results 1 – 2 of 2) sorted by relevance
1245 uint64_t current_process_cpu_time) const { in CalculateGcWeightedAllocatedBytes()1247 double weight = current_process_cpu_time - gc_last_process_cpu_time_ns; in CalculateGcWeightedAllocatedBytes()1252 uint64_t current_process_cpu_time = ProcessCpuNanoTime(); in CalculatePreGcWeightedAllocatedBytes() local1254 CalculateGcWeightedAllocatedBytes(pre_gc_last_process_cpu_time_ns_, current_process_cpu_time); in CalculatePreGcWeightedAllocatedBytes()1255 pre_gc_last_process_cpu_time_ns_ = current_process_cpu_time; in CalculatePreGcWeightedAllocatedBytes()1259 uint64_t current_process_cpu_time = ProcessCpuNanoTime(); in CalculatePostGcWeightedAllocatedBytes() local1261 CalculateGcWeightedAllocatedBytes(post_gc_last_process_cpu_time_ns_, current_process_cpu_time); in CalculatePostGcWeightedAllocatedBytes()1262 post_gc_last_process_cpu_time_ns_ = current_process_cpu_time; in CalculatePostGcWeightedAllocatedBytes()
1050 uint64_t current_process_cpu_time) const;