56 std::map<std::string,CTimer>::iterator it =
allTimer.find(name);
64 std::ostringstream strOut ;
65 for(std::map<std::string,CTimer>::iterator it=
allTimer.begin();it!=
allTimer.end();++it)
66 strOut<<
"Timer : "<<it->first<<
" --> cumulated time : "<<it->second.getCumulatedTime()<<std::endl ;
void traceEnd(const string &name)
double getCumulatedTime(void)
static double getTime(void)
void traceBegin(const string &name)
static std::map< std::string, CTimer > allTimer
static CTimer & get(std::string name)
CTimer(const std::string &name)
static std::string getAllCumulatedTime(void)