Home
last modified time | relevance | path

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

/xnu-8020.101.4/tests/
H A Dcontextswitch.c177 T_PERF("temperature", 0.0, "factor", "device temperature"); in check_device_temperature()
180 T_PERF("temperature", 1.0, "factor", "device temperature"); in check_device_temperature()
193 T_PERF(info, data, units, info); in record_perfcontrol_stats()
/xnu-8020.101.4/osfmk/tests/
H A Dkernel_tests.c429 T_PERF("num_threads_at_ktest", threads_count, "count", "# of threads in system at zalloc_test"); in zalloc_test()
537T_PERF("min_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), min_bit_entropy, "bits", "minimum bit entro… in RandomULong_test()
538T_PERF("mean_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), mean_bit_entropy, "bits", "mean bit entrop… in RandomULong_test()
539T_PERF("max_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), max_bit_entropy, "bits", "max bit entropy i… in RandomULong_test()
H A Dktest.h640 #define T_PERF(metric, value, unit, desc) \ macro