#include <Stats.h>
Public Member Functions | |
Stats (int numLevels) | |
~Stats () | |
void | startLevelTimer () |
void | stopLevelTimer (int level) |
void | startCompTimer () |
void | stopCompTimer (int level) |
void | updateSExt (int level, int s_ext) |
void | updateIExt (int level, int i_ext) |
void | updateNumNodes (int level, int numNodes) |
void | updateNumComp (int level, int numNodes) |
void | printStats (ofstream &output) |
Private Attributes | |
int | numLevels |
double * | levelTime |
double * | compTime |
int * | s_ext |
int * | i_ext |
int * | numNodes |
int * | numComp |
clock_t | levelStartTime |
clock_t | compStartTime |
|
|
|
|
|
Definition at line 116 of file Stats.cpp. Referenced by main(). |
|
Definition at line 84 of file Stats.cpp. Referenced by FindSequentialPatterns(). |
|
Definition at line 72 of file Stats.cpp. Referenced by FindSequentialPatterns(), and StartMining(). |
|
Definition at line 89 of file Stats.cpp. Referenced by FindSequentialPatterns(). |
|
Definition at line 77 of file Stats.cpp. Referenced by FindSequentialPatterns(), and StartMining(). |
|
Definition at line 101 of file Stats.cpp. Referenced by FindSequentialPatterns(). |
|
Definition at line 111 of file Stats.cpp. Referenced by FindSequentialPatterns(). |
|
Definition at line 106 of file Stats.cpp. Referenced by FindSequentialPatterns(), and StartMining(). |
|
Definition at line 96 of file Stats.cpp. Referenced by FindSequentialPatterns(), and StartMining(). |
|
Definition at line 79 of file Stats.h. Referenced by startCompTimer(), and stopCompTimer(). |
|
Definition at line 73 of file Stats.h. Referenced by printStats(), Stats(), stopCompTimer(), and ~Stats(). |
|
Definition at line 75 of file Stats.h. Referenced by printStats(), Stats(), updateIExt(), and ~Stats(). |
|
Definition at line 78 of file Stats.h. Referenced by startLevelTimer(), and stopLevelTimer(). |
|
Definition at line 72 of file Stats.h. Referenced by printStats(), Stats(), stopLevelTimer(), and ~Stats(). |
|
Definition at line 77 of file Stats.h. Referenced by printStats(), Stats(), updateNumComp(), and ~Stats(). |
|
Definition at line 71 of file Stats.h. Referenced by printStats(), and Stats(). |
|
Definition at line 76 of file Stats.h. Referenced by printStats(), Stats(), updateNumNodes(), and ~Stats(). |
|
Definition at line 74 of file Stats.h. Referenced by printStats(), Stats(), updateSExt(), and ~Stats(). |