|
ug4
|
#include "profiler.h"#include <iomanip>#include <cmath>#include <algorithm>#include <string>#include <string.h>#include "common/log.h"#include "common/util/string_util.h"#include "profile_node.h"#include "common/util/path_provider.h"#include <map>#include <fstream>#include "compile_info/compile_info.h"#include "pcl/pcl_base.h"#include "common/error.h"#include "memtracker.h"#include "pcl/pcl.h"#include "profile_call.h"Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| const UGProfileNode * | ug::GetProfileNode (const char *name) |
| const UGProfileNode * | ug::GetProfileNode (const char *name, const UGProfileNode *node) |
| bool | ug::GetProfilerAvailable () |
| void | ug::PrintLUA () |
| 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. | |