Add some instrumentation to keep track of dispatcher cost
This commit is contained in:
@ -10,6 +10,8 @@ void State::builder(MachineReservation::ptr reservation)
|
||||
{
|
||||
bool retry = true;
|
||||
|
||||
nrStepsStarted++;
|
||||
|
||||
MaintainCount mc(nrActiveSteps);
|
||||
|
||||
auto step = reservation->step;
|
||||
|
Reference in New Issue
Block a user