Searched refs:observe_seconds (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/sched/ |
| H A D | cluster_bound_threads.c | 162 unsigned int observe_seconds = 3; variable 163 uint64_t recommended_user_us = observe_thread_user_time(bound_thread, observe_seconds); 165 …T_QUIET; T_EXPECT_GE(recommended_user_us * 1.0, runtime_threshold * observe_seconds * USEC_PER_SEC, 166 …bound thread didn't run at least %f of %d seconds", (char)arg, runtime_threshold, observe_seconds); 175 uint64_t derecommended_user_us = observe_thread_user_time(bound_thread, observe_seconds); 177 T_EXPECT_GE(recommended_user_us * 1.0, runtime_threshold * observe_seconds * USEC_PER_SEC, 179 (char)arg, runtime_threshold, observe_seconds, (char)arg);
|