Public Member Functions | |
Timer (const std::string &s="") | |
Timer (double &t, const std::string &s="") | |
~Timer () | |
Private Attributes | |
std::string | fName |
double * | fTime |
TStopwatch | fWatch |
Definition at line 41 of file testInversion.cxx.
test::Timer::Timer | ( | const std::string & | s = "" |
) | [inline] |
test::Timer::Timer | ( | double & | t, | |
const std::string & | s = "" | |||
) | [inline] |
test::Timer::~Timer | ( | void | ) | [inline] |
Definition at line 54 of file testInversion.cxx.
References fName, fTime, fWatch, test::printTime(), TStopwatch::RealTime(), and TStopwatch::Stop().
std::string test::Timer::fName [private] |
double* test::Timer::fTime [private] |
TStopwatch test::Timer::fWatch [private] |