|
ug4
|
#include <string>#include <vector>#include <sstream>Go to the source code of this file.
Classes | |
| class | ug::UGProfileNode |
| class | ug::UGProfileNodeNull |
| This singleton represents a UGProfileNode that has not been found. More... | |
Namespaces | |
| namespace | ug |
| the ug namespace | |
Macros | |
| #define | PROFILER_NULL_NODE UGProfileNodeNull::getInstance() |
Functions | |
| const UGProfileNode * | ug::GetProfileNode (const char *name) |
| const UGProfileNode * | ug::GetProfileNode (const char *name, const UGProfileNode *node) |
| bool | ug::GetProfilerAvailable () |
| void | ug::WriteCallLog (const char *filename) |
| void | ug::WriteCallLog (const char *filename, int procId) |
| void | ug::WriteProfileDataXML (const char *filename) |
| Writes profile data of process 0 to the specified file. | |
| void | ug::WriteProfileDataXML (const char *filename, int procId) |
| Writes profile data to the specified file. | |
| #define PROFILER_NULL_NODE UGProfileNodeNull::getInstance() |