66 int runsPerPrintout = 100,
76 void start() noexcept;
93 void printStatistics();
100 void clear() noexcept;
103 void addResult (
double elapsed) noexcept;
106 double averageSeconds;
107 double maximumSeconds;
108 double minimumSeconds;
119 int64 runsPerPrint, startTime;
151 : result (resultInSeconds)