inVRsUtilities::ProfilingHelper Class Reference
#include <ProfilingHelper.h>
Public Member Functions | |
| ProfilingHelper () | |
| ~ProfilingHelper () | |
| void | setLogFile (std::string file) |
| void | start () |
| void | step (std::string name) |
| void | interrupt () |
| void | end () |
Private Member Functions | |
| ProfilingHelper (const ProfilingHelper &src) | |
| ProfilingHelper & | operator= (const ProfilingHelper &rhs) |
| void | initialize (std::string logFile) |
Private Attributes | |
| FILE * | logFile |
| bool | firstRun |
| bool | invalidStep |
| double | lastTime |
| int | index |
| int | numValues |
| std::vector< double > | values |
| std::vector< std::string > | names |
Constructor & Destructor Documentation
| ProfilingHelper::ProfilingHelper | ( | ) |
| ProfilingHelper::~ProfilingHelper | ( | ) |
| inVRsUtilities::ProfilingHelper::ProfilingHelper | ( | const ProfilingHelper & | src | ) | [private] |
Member Function Documentation
| void ProfilingHelper::end | ( | ) |
| void inVRsUtilities::ProfilingHelper::initialize | ( | std::string | logFile | ) | [private] |
| void ProfilingHelper::interrupt | ( | ) |
| ProfilingHelper& inVRsUtilities::ProfilingHelper::operator= | ( | const ProfilingHelper & | rhs | ) | [private] |
| void ProfilingHelper::setLogFile | ( | std::string | file | ) |
| void ProfilingHelper::start | ( | ) |
| void ProfilingHelper::step | ( | std::string | name | ) |
Member Data Documentation
bool inVRsUtilities::ProfilingHelper::firstRun [private] |
int inVRsUtilities::ProfilingHelper::index [private] |
bool inVRsUtilities::ProfilingHelper::invalidStep [private] |
double inVRsUtilities::ProfilingHelper::lastTime [private] |
FILE* inVRsUtilities::ProfilingHelper::logFile [private] |
std::vector<std::string> inVRsUtilities::ProfilingHelper::names [private] |
int inVRsUtilities::ProfilingHelper::numValues [private] |
std::vector<double> inVRsUtilities::ProfilingHelper::values [private] |
The documentation for this class was generated from the following files:
- src/inVRs/SystemCore/ProfilingHelper.h
- src/inVRs/Modules/3DPhysics/ProfilingHelper.cpp
- src/inVRs/SystemCore/ProfilingHelper.cpp
Generated on Wed Oct 20 16:12:03 2010 for inVRs by
1.5.8