ug4
profile_node.h File Reference
#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

 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. More...
 
void ug::WriteProfileDataXML (const char *filename, int procId)
 Writes profile data to the specified file. More...
 

Macro Definition Documentation

◆ PROFILER_NULL_NODE

#define PROFILER_NULL_NODE   UGProfileNodeNull::getInstance()