Keep track of time required to load builds

This commit is contained in:
Eelco Dolstra
2016-03-08 13:09:14 +01:00
parent 2feb17c681
commit 718fef29ef
3 changed files with 9 additions and 0 deletions

View File

@ -294,6 +294,7 @@ private:
/* Various stats. */
time_t startedAt;
counter nrBuildsRead{0};
counter buildReadTimeMs{0};
counter nrBuildsDone{0};
counter nrStepsStarted{0};
counter nrStepsDone{0};