Home
last modified time | relevance | path

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

/xnu-10002.1.13/tests/recount/
H A Drecount_perf_tests.c413 info->user_time = time_value_from_ns(ns_from_time_value(after.user_time) - in thread_basic_info_usage()
414 ns_from_time_value(before.user_time)); in thread_basic_info_usage()
416 ns_from_time_value(after.system_time) - in thread_basic_info_usage()
417 ns_from_time_value(before.system_time)); in thread_basic_info_usage()
427 ns = ns_from_time_value(info->user_time) + in thread_basic_info_measurement()
428 ns_from_time_value(info->system_time); in thread_basic_info_measurement()
431 ns = ns_from_time_value(info->system_time); in thread_basic_info_measurement()
H A Drecount_test_utils.h51 uint64_t ns_from_time_value(struct time_value tv);
H A Drecount_tests.c213 .usr_time = ns_from_time_value(info.user_time), in task_basic_info_times()
214 .sys_time = ns_from_time_value(info.system_time), in task_basic_info_times()
H A Drecount_test_utils.c158 ns_from_time_value(struct time_value tv) in ns_from_time_value() function