Add some instrumentation to keep track of dispatcher cost

This commit is contained in:
Eelco Dolstra
2016-03-02 14:18:39 +01:00
parent 6beee0ab49
commit b98a061c24
4 changed files with 14 additions and 1 deletions

View File

@ -10,6 +10,8 @@ void State::builder(MachineReservation::ptr reservation)
{
bool retry = true;
nrStepsStarted++;
MaintainCount mc(nrActiveSteps);
auto step = reservation->step;