Home
last modified time | relevance | path

Searched refs:test_type (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/tools/tests/perf_index/
H A Dtest_controller.py19 def main(num_clients, test_type, num_threads, job_size, args): argument
27 msg = "\0".join(["%s\0%d\0%d" % (test_type, num_threads, job_size)] + args) + "\0\0"
58 test_type = sys.argv[2] variable
65 print(main(num_clients, test_type, num_threads, job_size, args))
/xnu-8796.141.3/tests/
H A Dmach_continuous_time.c49 const char *test_type = "user"; variable
52 test_type = "kernel";
62 T_ASSERT_GE(tmp, multiple_test, "mach_continuous_time (%s) must be monotonic", test_type);
65 … - multiple_test, 100ULL, "mach_continuous_time (%s) should not jump forward too fast", test_type);
82 const char *test_type = "user"; variable
85 test_type = "kernel";
94 T_ASSERT_GE(tmp, multiple_test, "mach_absolute_time (%s) must be monotonic", test_type);
97 …mp - multiple_test, 100ULL, "mach_absolute_time (%s) should not jump forward too fast", test_type);