Home
last modified time | relevance | path

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

/xnu-8796.121.2/tests/recount/
H A Dthread_selfcounts_tests.c54 T_EXPECT_GT(after->ttci_system_time_mach, before->ttci_system_time_mach, in _check_time_cpi()
65 .ttci_system_time_mach = energy_cpi->ttec_system_time_mach, in _remove_energy_from_cpi()
H A Drecount_perf_tests.c298 counts->ttci_system_time_mach = after.ttci_system_time_mach - in thread_selfcounts_usage()
299 before.ttci_system_time_mach; in thread_selfcounts_usage()
312 counts->ttci_system_time_mach) / 1e9; in thread_selfcounts_measurement()
314 return (double)ns_from_mach(counts->ttci_system_time_mach) / 1e9; in thread_selfcounts_measurement()
/xnu-8796.121.2/bsd/sys/
H A Dresource_private.h88 uint64_t ttci_system_time_mach; member
/xnu-8796.121.2/bsd/kern/
H A Dsys_recount.c55 .ttci_system_time_mach = usage->ru_system_time_mach, in _usage_to_time_cpi()