Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/
H A Dsetitimer.c394 uint64_t total_system_time_ns = abs_to_nanos_host(ru.ri_system_time); variable
395 double total_system_time_s = (double)total_system_time_ns / (uint64_t)NSEC_PER_SEC;
397 uint64_t total_time_ns = (total_user_time_ns + total_system_time_ns);