Go to the documentation of this file.
47 parrent_->removeFromList(
this);
54 return parrent_->level() + 1;
61 if (!timerActive() && !master())
65 for (
int32 l = 1; l < lvl; l++)
89 auto tt = accTimersTotal();
92 os <<
" execution time (s): total (" << tt <<
")";
96 os <<
", av. (" << averageTime() <<
").";
void addToList(Timer *timer)
real accTimersTotalMax() const
virtual bool write(iOstream &os, bool subTree) const
Timers * parrent_
parrent of timer
const char * defaultColor
char constants to alter output format and color
Vector< T, Allocator > abs(const Vector< T, Allocator > &v)
virtual int32 level() const
real averageTimeMax() const
Interface class for any output stream.