Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/recount/
H A Dthread_selfcounts_tests.c63 T_EXPECT_GT(after->ttci_system_time_mach, before->ttci_system_time_mach, in _check_time_cpi()
80 T_EXPECT_EQ(after->ttci_system_time_mach, before->ttci_system_time_mach, in _check_no_time_cpi()
91 .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-11215.1.10/bsd/sys/
H A Dresource_private.h88 uint64_t ttci_system_time_mach; member
/xnu-11215.1.10/bsd/kern/
H A Dsys_recount.c55 .ttci_system_time_mach = recount_usage_system_time_mach(usage), in _usage_to_time_cpi()
/xnu-11215.1.10/tests/
H A Dsetitimer.c392 uint64_t system_time = abs_to_nanos_host(gThreadList[i].self_stats.ttci_system_time_mach);