|
QDP++
|
Profiling info. More...
Go to the source code of this file.
Namespaces | |
| namespace | QDP |
| Yet another random number generator. | |
Functions | |
| int | QDP::getProfileLevel () |
| int | QDP::getProgramProfileLevel () |
| QDPTime_t | QDP::getClockTime () |
| Get the wallclock time. | |
| void | QDP::initProfile (const std::string &file, const std::string &caller, int line) |
| void | QDP::closeProfile () |
| void | QDP::printProfile () |
| int | QDP::setProfileLevel (int n) |
| int | QDP::setProgramProfileLevel (int n) |
| void | QDP::pushProfileInfo (int level, const std::string &file, const std::string &caller, int line) |
| void | QDP::popProfileInfo () |
Variables | |
| static int | QDP::prof_level = 0 |
| static int | QDP::prog_prof_level = 0 |