Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/recount/
H A Dthread_selfcounts_tests.c66 T_EXPECT_GT(after->ttci_user_time_mach, before->ttci_user_time_mach, in _check_time_cpi()
85 T_EXPECT_EQ(after->ttci_user_time_mach, before->ttci_user_time_mach, in _check_no_time_cpi()
102 .ttci_user_time_mach = energy_cpi->ttec_user_time_mach, in _remove_energy_from_cpi()
H A Drecount_perf_tests.c296 counts->ttci_user_time_mach = after.ttci_user_time_mach - in thread_selfcounts_usage()
297 before.ttci_user_time_mach; in thread_selfcounts_usage()
311 return (double)ns_from_mach(counts->ttci_user_time_mach + in thread_selfcounts_measurement()
/xnu-12377.81.4/bsd/sys/
H A Dresource_private.h87 uint64_t ttci_user_time_mach; member
/xnu-12377.81.4/bsd/kern/
H A Dsys_recount.c56 .ttci_user_time_mach = usage->ru_metrics[RCT_LVL_USER].rm_time_mach, in _usage_to_time_cpi()
/xnu-12377.81.4/tests/sched/
H A Dsetitimer.c442 uint64_t user_time = abs_to_nanos_host(gThreadList[i].self_stats.ttci_user_time_mach);