The utility class that allows to perform perfomance mesurement.
#include <VISU_ConvertorUtils.hxx>
Public Member Functions | |
| TTimerLog (int theIsDebug, const std::string &theName) | |
| ~TTimerLog () | |
Private Attributes | |
| int | myIsDebug |
| double | myCPUTime |
| std::string | myName |
| vtkTimerLog * | myTimerLog |
| MED::PrefixPrinter | myPrefixPrinter |
| VISU.TTimerLog::TTimerLog | ( | int | theIsDebug, |
| const std::string & | theName | ||
| ) |
| VISU.TTimerLog::~TTimerLog | ( | ) |
int VISU.TTimerLog.myIsDebug [private] |
double VISU.TTimerLog.myCPUTime [private] |
std::string VISU.TTimerLog.myName [private] |
vtkTimerLog* VISU.TTimerLog.myTimerLog [private] |
MED::PrefixPrinter VISU.TTimerLog.myPrefixPrinter [private] |