Public Member Functions | |
TestTimer (TimeReport &r) | |
TestTimer (double &t, const std::string &s="") | |
~TestTimer () | |
Private Attributes | |
std::string | fName |
double * | fTime |
TStopwatch | fWatch |
TimeReport * | fRep |
Definition at line 336 of file stressKalman.cxx.
TestTimer::TestTimer | ( | TimeReport & | r | ) | [inline] |
Definition at line 345 of file stressKalman.cxx.
References fName, fRep, fWatch, TimeReport::name(), and TStopwatch::Start().
TestTimer::TestTimer | ( | double & | t, | |
const std::string & | s = "" | |||
) | [inline] |
TestTimer::~TestTimer | ( | ) | [inline] |
Definition at line 356 of file stressKalman.cxx.
References TStopwatch::CpuTime(), fName, fRep, fTime, fWatch, printTime(), TStopwatch::RealTime(), TimeReport::report(), and TStopwatch::Stop().
std::string TestTimer::fName [private] |
double* TestTimer::fTime [private] |
TStopwatch TestTimer::fWatch [private] |
TimeReport* TestTimer::fRep [private] |