Searched refs:observe_seconds (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/tests/sched/ |
| H A D | cluster_bound_threads.c | 167 unsigned int observe_seconds = 3; variable 168 uint64_t recommended_user_us = observe_thread_user_time(bound_thread, observe_seconds); 170 …T_QUIET; T_EXPECT_GE(recommended_user_us * 1.0, runtime_threshold * observe_seconds * USEC_PER_SEC, 171 …bound thread didn't run at least %f of %d seconds", (char)arg, runtime_threshold, observe_seconds); 184 uint64_t derecommended_user_us = observe_thread_user_time(bound_thread, observe_seconds); 186 T_EXPECT_GE(recommended_user_us * 1.0, runtime_threshold * observe_seconds * USEC_PER_SEC, 188 (char)arg, runtime_threshold, observe_seconds, (char)arg);
|