EvolvingObjects
|
An eoStat that simply gives the user time since first generation It has to be tempatized by EOT because it must be an eoStat. More...
#include <eoTimeCounter.h>
Public Member Functions | |
virtual void | operator() () |
simply stores the time spent in process in its value() | |
Private Attributes | |
clock_t | utime |
time_t | start |
An eoStat that simply gives the user time since first generation It has to be tempatized by EOT because it must be an eoStat.
Definition at line 40 of file eoTimeCounter.h.