#include "UT_API.h"Go to the source code of this file.
| #define UT_PERFMON_PROFILE_FILE_EXTENSION ".hperf" |
| UT_PERFMON_INVALID_ATTR_TYPE | |
| UT_PERFMON_STRING_ATTR_TYPE | |
| UT_PERFMON_NUMBER_ATTR_TYPE | |
| UT_PERFMON_MAP_ATTR_TYPE | |
| UT_PERFMON_ARRAY_ATTR_TYPE | |
| UT_PERFMON_NUM_ATTR_TYPES |
Definition at line 98 of file UT_PerfMonTypes.h.
| enum UT_PerfMonCategory |
Categories.
Definition at line 30 of file UT_PerfMonTypes.h.
| enum UT_PerfMonEventType |
Event types.
| UT_PERFMON_INVALID_EVENT | |
| UT_PERFMON_GENERAL_EVENT | |
| UT_PERFMON_TIMED_EVENT | |
| UT_PERFMON_MEMORY_EVENT | |
| UT_PERFMON_NUM_EVENT_TYPES |
Definition at line 44 of file UT_PerfMonTypes.h.
| UT_PERFMON_LOG_TIME_FORMAT_ALL | |
| UT_PERFMON_LOG_TIME_FORMAT_MS | |
| UT_PERFMON_LOG_TIME_FORMAT_SEC |
Definition at line 144 of file UT_PerfMonTypes.h.
| enum UT_PerfMonObjectType |
Object types.
Definition at line 54 of file UT_PerfMonTypes.h.
| UT_PERFMON_INVALID_PROFILE_ATTR | |
| UT_PERFMON_PROFILE_NAME_ATTR | |
| UT_PERFMON_PROFILE_STATS_ATTR | |
| UT_PERFMON_PROFILE_STAT_DEFS_ATTR | |
| UT_PERFMON_NUM_PROFILE_ATTRS |
Definition at line 109 of file UT_PerfMonTypes.h.
| enum UT_PerfMonScriptType |
Script types recognized by the performance monitor.
Definition at line 90 of file UT_PerfMonTypes.h.
| UT_PERFMON_INVALID_STAT_DEF_ATTR | |
| UT_PERFMON_STAT_DEF_NAME_ATTR | |
| UT_PERFMON_STAT_DEF_CATEGORY_ATTR | |
| UT_PERFMON_STAT_DEF_TYPE_ATTR | |
| UT_PERFMON_STAT_DEF_IS_DIFF_ATTR | |
| UT_PERFMON_NUM_STAT_DEF_ATTRS |
Definition at line 133 of file UT_PerfMonTypes.h.
Definition at line 119 of file UT_PerfMonTypes.h.
| enum UT_PerfMonStatType |
Definition at line 67 of file UT_PerfMonTypes.h.
Viewport types recognized by the performance monitor.
Definition at line 82 of file UT_PerfMonTypes.h.
| UT_API UT_PerfMonCategory UTgetCategory | ( | const char * | category_name | ) |
Return the category enum of the given category name.
| UT_API const char* UTgetCategoryName | ( | UT_PerfMonCategory | category | ) |
Return the (display) name of the given category.
| UT_API UT_PerfMonEventType UTgetEventType | ( | const char * | type_name | ) |
Return the event type enum of the given event type name.
| UT_API const char* UTgetEventTypeName | ( | UT_PerfMonEventType | type | ) |
Return the (display) name of the given event type.
| UT_API UT_PerfMonObjectType UTgetObjectType | ( | const char * | type_name | ) |
Return the enum type of the given object type name.
| UT_API const char* UTgetObjectTypeName | ( | UT_PerfMonObjectType | object_type | ) |
Return the (display) name of the given event object type.
| UT_API UT_PerfMonProfileAttribute UTgetProfileAttribute | ( | const char * | attr_name | ) |
Return the profile attribute bound to the given (display) name. Return UT_PERFMON_INVALID_PROFILE_ATTR if no such attribute exists.
| UT_API const char* UTgetProfileAttrName | ( | UT_PerfMonProfileAttribute | attr | ) |
Return the (display) name of the given profile attribute.
| UT_API UT_PerfMonAttributeType UTgetProfileAttrType | ( | UT_PerfMonProfileAttribute | attr | ) |
Return the type of the given profile attribute.
| UT_API UT_PerfMonStatDefAttribute UTgetStatDefAttribute | ( | const char * | attr_name | ) |
Return the stat definition attribute bound to the given (display) name. Return UT_PERFMON_INVALID_STAT_DEF_ATTR if no such attribute exists.
| UT_API const char* UTgetStatDefAttrName | ( | UT_PerfMonStatDefAttribute | attr | ) |
Return the (display) name of the given stat definition attribute.
| UT_API UT_PerfMonStatsAttribute UTgetStatsAttribute | ( | const char * | attr_name | ) |
Return the stats attribute bound to the given (display) name. Return UT_PERFMON_INVALID_STATS_ATTR if no such attribute exists.
| UT_API const char* UTgetStatsAttrName | ( | UT_PerfMonStatsAttribute | attr | ) |
Return the (display) name of the given stats attribute.
| UT_API UT_PerfMonAttributeType UTgetStatsAttrType | ( | UT_PerfMonStatsAttribute | attr | ) |
Return the type of the given stats attribute.
| UT_API UT_PerfMonStatType UTgetStatType | ( | const char * | type_name | ) |
Return the enum type of the given stat type name.
| UT_API const char* UTgetStatTypeName | ( | UT_PerfMonStatType | stat_type | ) |
Return the (display) name of the given stat type.
1.5.9