Registry
|
Classes | |
class | UGProfileNode |
Functions | |
const UGProfileNode * | GetProfileNode (const char *name) |
if root = null, return More... | |
bool | GetProfilerAvailable () |
void | SetFrequency (std::string CSV-File) |
void | SetOutputProfileStats (bool bOutput) |
if set to true and profiler available, profile stats are printed at the end of the program. true is default More... | |
void | SetShinyCallLoggingMaxFrequency (int maxFreq) |
void | UpdateProfiler (double unnamed) |
void | WriteCallLog (const char *filename) |
writes txt file with call log More... | |
void | WriteProfileData (const char *filename) |
writes a XML-file with profile data viewable with the ShinyProfileViewer. Pick a filename ending with .pdxml More... | |
const UGProfileNode* ug4Bridge::Util::Profiler::GetProfileNode | ( | const char * | name | ) |
if root = null, return
[in] | name |
bool ug4Bridge::Util::Profiler::GetProfilerAvailable | ( | ) |
void ug4Bridge::Util::Profiler::SetFrequency | ( | std::string CSV- | File | ) |
[in] | CSV-File |
void ug4Bridge::Util::Profiler::SetOutputProfileStats | ( | bool | bOutput | ) |
if set to true and profiler available, profile stats are printed at the end of the program. true is default
[in] | bOutput |
void ug4Bridge::Util::Profiler::SetShinyCallLoggingMaxFrequency | ( | int | maxFreq | ) |
[in] | maxFreq |
void ug4Bridge::Util::Profiler::UpdateProfiler | ( | double | unnamed | ) |
[in] | unnamed |
void ug4Bridge::Util::Profiler::WriteCallLog | ( | const char * | filename | ) |
writes txt file with call log
[in] | filename |
void ug4Bridge::Util::Profiler::WriteProfileData | ( | const char * | filename | ) |
writes a XML-file with profile data viewable with the ShinyProfileViewer. Pick a filename ending with .pdxml
[in] | filename |