Keep track of the number of unsupported steps

(cherry picked from commit 45ffe578b6)
This commit is contained in:
Eelco Dolstra
2020-03-26 15:26:12 +01:00
parent 4417f9f260
commit ccd046ca3d
4 changed files with 10 additions and 0 deletions

View File

@ -355,6 +355,7 @@ private:
counter nrStepsCopyingTo{0};
counter nrStepsCopyingFrom{0};
counter nrStepsWaiting{0};
counter nrUnsupportedSteps{0};
counter nrRetries{0};
counter maxNrRetries{0};
counter totalStepTime{0}; // total time for steps, including closure copying