RunStats Struct Reference

RunStats holds basic statistics and state for the solution engine. More...

#include <SolveThread.h>

List of all members.

Public Member Functions

 RunStats ()
void reset ()

Public Attributes

volatile qint64 tms
 number of piece changes
volatile bool lucky
 luck state of the engine.


Detailed Description

RunStats holds basic statistics and state for the solution engine.

Currently the only statistic is the number of piece chages the engine has performed and whether the engine is in 'lucky' state.


Constructor & Destructor Documentation

RunStats::RunStats (  )  [inline]


Member Function Documentation

void RunStats::reset (  )  [inline]


Member Data Documentation

volatile qint64 RunStats::tms

number of piece changes

volatile bool RunStats::lucky

luck state of the engine.


The documentation for this struct was generated from the following file: