Keep track of the number of unsupported steps
(cherry picked from commit 45ffe578b6
)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user