53 Timer(
int iTimerMode=0);
64 void stopSubTimer(std::string sName =
"no name");
67 void stopTimer(std::string sName =
"no name");
73 void stop(std::string sName =
"no name" ){ stopTimer(sName) ;}
76 long int stopSilent();
void start()
alias for startTimer
Definition: Timer.h:70
undocument this line if you encounter any issues!
Definition: Any.h:37
#define ICLUtils_API
this macros are important for creating dll's
Definition: CompatMacros.h:171
int64_t value_type
internal data type (64Bit integer)
Definition: Time.h:56
std::vector< Time::value_type > m_vecTime
Definition: Timer.h:44
void stop(std::string sName="no name")
alias for stopTimer
Definition: Timer.h:73
int m_iTimerMode
Definition: Timer.h:43
std::vector< std::string > m_vecTimerName
Definition: Timer.h:45