Searched refs:cpu_time (Results 1 – 3 of 3) sorted by relevance
208 uint64_t cpu_time = 0; in kinfo_proc_to_swrun_entry() local273 cpu_time = kp->ki_runtime / 100000; /* centi-seconds */ in kinfo_proc_to_swrun_entry()276 entry->perfCPU = (cpu_time > (uint64_t)INT_MAX ? INT_MAX : cpu_time); in kinfo_proc_to_swrun_entry()
140 uint64_aligned_t cpu_time; member287 uint64_aligned_t cpu_time; /* total cpu time consumed (ns) */ member
616 double cpu_time; in __kmp_read_cpu_time() local618 cpu_time = 0; in __kmp_read_cpu_time()635 cpu_time += (sec * 100.0) / KMP_NSEC_PER_SEC; in __kmp_read_cpu_time()638 return cpu_time; in __kmp_read_cpu_time()