HDK
|
This is the complete list of members for UT_PerfMonStatDefinition, including all inherited members.
category() const | UT_PerfMonStatDefinition | |
getAverageStatName(const char *root_stat_name, UT_WorkBuffer &avg_stat_name) | UT_PerfMonStatDefinition | static |
getCountStatName(const char *root_stat_name, UT_WorkBuffer &count_stat_name) | UT_PerfMonStatDefinition | static |
getDiffStatName(const char *src_stat_name, UT_WorkBuffer &diff_stat_name) | UT_PerfMonStatDefinition | static |
getMaxStatName(const char *root_stat_name, UT_WorkBuffer &max_stat_name) | UT_PerfMonStatDefinition | static |
getMinStatName(const char *root_stat_name, UT_WorkBuffer &min_stat_name) | UT_PerfMonStatDefinition | static |
getRootStatName(const UT_PerfMonStatDefinition &def, UT_WorkBuffer &root_stat_name) | UT_PerfMonStatDefinition | static |
getSelfStatName(const char *root_stat_name, UT_WorkBuffer &self_stat_name) | UT_PerfMonStatDefinition | static |
isDiff() const | UT_PerfMonStatDefinition | |
memoryGrowthStatName() | UT_PerfMonStatDefinition | static |
name() const | UT_PerfMonStatDefinition | inline |
operator==(const UT_PerfMonStatDefinition &def) const | UT_PerfMonStatDefinition | |
save(UT_JSONWriter &writer) const | UT_PerfMonStatDefinition | |
setCategory(UT_PerfMonCategory category) | UT_PerfMonStatDefinition | |
setIsDiff(bool is_diff) | UT_PerfMonStatDefinition | |
setName(const char *name) | UT_PerfMonStatDefinition | |
setType(UT_PerfMonStatType type) | UT_PerfMonStatDefinition | |
totalTimeStatName() | UT_PerfMonStatDefinition | static |
type() const | UT_PerfMonStatDefinition | |
UT_PerfMonStatDefinition() | UT_PerfMonStatDefinition | |
UT_PerfMonStatDefinition(const char *name, UT_PerfMonCategory category, UT_PerfMonStatType type, bool is_diff=false) | UT_PerfMonStatDefinition |