Searched refs:perf_level (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.1.9/tests/recount/ |
| H A D | recount_tests.c | 395 struct proc_threadcounts_data *after, const char *perf_level) in _proc_pidthreadcounts_increasing() argument 399 "energy = %llu", name, perf_level, before->ptcd_user_time_mach, in _proc_pidthreadcounts_increasing() 403 "energy = %llu", name, perf_level, after->ptcd_user_time_mach, in _proc_pidthreadcounts_increasing() 408 "%s user time should be non-zero", perf_level); in _proc_pidthreadcounts_increasing() 410 "%s system time should be non-zero", perf_level); in _proc_pidthreadcounts_increasing() 412 "%s instructions should be non-zero", perf_level); in _proc_pidthreadcounts_increasing() 414 "%s cycles should be non-zero", perf_level); in _proc_pidthreadcounts_increasing() 417 "%s user time should increase", perf_level); in _proc_pidthreadcounts_increasing() 419 "%s system time should increase", perf_level); in _proc_pidthreadcounts_increasing() 421 "%s instructions should increase", perf_level); in _proc_pidthreadcounts_increasing() [all …]
|
| H A D | recount_test_utils.h | 54 const char *perf_level_name(unsigned int perf_level);
|
| H A D | recount_test_utils.c | 129 perf_level_name(unsigned int perf_level) in perf_level_name() argument 131 return _perf_level_names()[perf_level]; in perf_level_name()
|