Public Member Functions | |
Timer () | |
~Timer () | |
void | printTime (std::string s="") |
double | Time () |
Public Attributes | |
TStopwatch | gTimer |
double | gTotTime |
Definition at line 696 of file stressMathCore.cxx.
Timer::Timer | ( | ) | [inline] |
Timer::~Timer | ( | void | ) | [inline] |
Definition at line 700 of file stressMathCore.cxx.
References debugTime, gTimer, gTotTime, printTime(), TStopwatch::Stop(), and Time().
void Timer::printTime | ( | std::string | s = "" |
) | [inline] |
double Timer::Time | ( | ) | [inline] |
Definition at line 714 of file stressMathCore.cxx.
References gTimer, and TStopwatch::RealTime().
Referenced by printTime(), and ~Timer().