#include <SolveThread.h>
Public Member Functions | |
| RunStats () | |
| void | reset () |
Public Attributes | |
| volatile qint64 | tms |
| number of piece changes | |
| volatile bool | lucky |
| luck state of the engine. | |
Currently the only statistic is the number of piece chages the engine has performed and whether the engine is in 'lucky' state.
| RunStats::RunStats | ( | ) | [inline] |
| void RunStats::reset | ( | ) | [inline] |
| volatile qint64 RunStats::tms |
number of piece changes
| volatile bool RunStats::lucky |
luck state of the engine.