Home
last modified time | relevance | path

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

/xnu-10063.141.1/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-10063.141.1/osfmk/tests/
H A Dkernel_tests.c445 T_PERF("num_threads_at_ktest", threads_count, "count", "# of threads in system at zalloc_test"); in zalloc_test()
553T_PERF("min_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), min_bit_entropy, "bits", "minimum bit entro… in RandomULong_test()
554T_PERF("mean_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), mean_bit_entropy, "bits", "mean bit entrop… in RandomULong_test()
555T_PERF("max_bit_entropy_" T_TOSTRING(CONF_ITERATIONS), max_bit_entropy, "bits", "max bit entropy i… in RandomULong_test()
H A Dktest.h641 #define T_PERF(metric, value, unit, desc) \ macro