You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The executor is considered to be "starving" when it is out of
instructions to process, and the scheduler is currently busy.
This means that phases of the user program that do not interact with the
Celerity API do not count as starvation periods.
If the total starvation time exceeds a percentage threshold of the time
spent doing actual work (i.e., processing instructions), we print a
warning indicating that the application might be scheduler-bound.
/// Default-constructs a `policy_set` - this must be a function because we can't use the implicit default constructor of `policy_set`, which has member
79
90
/// initializers, within its surrounding class (Clang diagnostic).
0 commit comments