HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MOT_Performance Member List

This is the complete list of members for MOT_Performance, including all inherited members.

addEventInterest(void *callee, UT_PerfMonEventCB callback, const UT_PerfMonRecordOptions &options)UT_Performance
addMemoryRenderEvent(const char *object, bool is_renderer_a_node, int frame_num, fpreal value)UT_Performance
addProfileInterest(void *callee, UT_PerfMonProfileEventMethod callback)UT_Performance
addTimedCookEvent(int node_id, fpreal time, const char *cook_event_name=NULL)UT_Performance
addTimedDrawEvent(const char *object, const char *draw_event_name, fpreal time, bool is_gpu_draw=false)UT_Performance
addTimedPDGEvent(const char *path, fpreal time, const char *pdg_event_name=NULL)UT_Performance
addTimedRenderEvent(const char *object, bool is_renderer_a_node, int frame_num, fpreal time)UT_Performance
addTimedViewportDrawEvent(const char *object, const char *draw_event_name, UT_PerfMonViewportType viewport_type, fpreal time, bool is_gpu_draw=false)UT_Performance
cancelEvent(int event_id)UT_Performance
cancelProfile(int profile_id)UT_Performance
changeEventInterestRecordOptions(void *callee, UT_PerfMonEventCB callback, const UT_PerfMonRecordOptions &options)UT_Performance
changeProfileRecordOptions(int profile_id, const UT_PerfMonRecordOptions &options)UT_Performance
clearProfileStats(int profile_id)UT_Performance
closeListener()NET_Performance
createDiffProfile(int id1, int id2)UT_Performance
getActiveProfileId() const UT_Performanceinline
getCompletedProfile(int index) const UT_Performance
getCurrentFrameSubclass_() overrideMOT_Performanceprotectedvirtual
getDefaultColorRampScheme()UT_Performance
getDisplayNodeInfo() const UT_Performanceinline
getEvent(int event_id) const UT_Performance
getEventListenPort() const overrideNET_Performanceinlinevirtual
getExtraInfoFromNodeSubclass_(OP_Node *node, UT_WorkBuffer &extra_info) const overrideMOT_Performanceprotectedvirtual
getNodeFromSolverSubclass_(const SIM_Solver *solver) const overrideMOT_Performanceprotectedvirtual
getNodeSubclass_(int node_id) const overrideMOT_Performanceprotectedvirtual
getNumRecordedMemoryFrameEvents() const UT_Performanceinline
getNumRecordedTimedFrameEvents() const UT_Performanceinline
getObjectPathFromNodeSubclass_(OP_Node *node, const char *event_name, UT_WorkBuffer &object_path) const overrideMOT_Performanceprotectedvirtual
getObjectPathFromSolverAndNodeSubclass_(const SIM_Solver *solver, OP_Node *node, const char *event_name, UT_WorkBuffer &object_path) const overrideMOT_Performanceprotectedvirtual
getPerformanceColor(fpreal pos, UT_Color &c)UT_Performance
getProfile(int profile_id) const UT_Performance
getProfileByFilePath(const char *file_path) const UT_Performance
getRampColorScheme() const UT_Performance
getStatsIcon(const UT_PerfMonStats *stats) const overrideMOT_Performancevirtual
getTimedEvent(int event_id) const UT_Performance
getTotalRecordedFrameEventMemory() const UT_Performanceinline
getTotalRecordedFrameEventTime() const UT_Performanceinline
hasEventInterest(void *callee, UT_PerfMonEventCB callback)UT_Performance
hasProfileInterest(void *callee, UT_PerfMonProfileEventMethod callback)UT_Performance
isRecording(bool profile_only=false) const UT_Performanceinline
isRecordingAllowedFor(OP_Node *node) const overrideMOT_Performancevirtual
isRecordingCookStats(bool profile_only=false) const UT_Performanceinline
isRecordingErrors() const UT_Performanceinline
isRecordingFrameStats() const UT_Performanceinline
isRecordingMemoryStats() const UT_Performanceinline
isRecordingObjectDrawStats() const UT_Performanceinline
isRecordingObjectGPUDrawStats() const UT_Performanceinline
isRecordingPaneStats() const UT_Performanceinline
isRecordingPDGCookStats() const UT_Performanceinline
isRecordingRenderStats() const UT_Performanceinline
isRecordingScriptStats() const UT_Performanceinline
isRecordingSolveStats() const UT_Performanceinline
isRecordingThreadStats() const UT_Performanceinline
isRecordingViewportStats() const UT_Performanceinline
loadProfile(const char *file_path, UT_StringArray &errors)UT_Performance
loadRampColorScheme(const char *str_color_scheme)UT_Performance
logMessage(const char *message)UT_Performance
MOT_Performance()MOT_Performance
NET_Performance()NET_Performance
numCompletedProfiles() const UT_Performance
pauseProfile(int profile_id)UT_Performance
removeAllProfiles()UT_Performance
removeEventInterest(void *callee, UT_PerfMonEventCB callback)UT_Performance
removeProfile(int profile_id)UT_Performance
removeProfileInterest(void *callee, UT_PerfMonProfileEventMethod callback)UT_Performance
renameProfile(int profile_id, const char *profile_name)UT_Performance
reset()UT_Performance
resetCumulativeFrameStats()UT_Performance
resumeProfile(int profile_id)UT_Performance
saveProfile(int profile_id, const char *file_path)UT_Performance
saveRampColorScheme(UT_String &str_color_scheme)UT_Performance
setActiveProfileId(int profile_id)UT_Performance
setDisplayNodeInfo(bool display)UT_Performance
setEventExtraInfo(int event_id, const char *extra_info) const UT_Performance
setRampColorScheme(const UT_Ramp &src_ramp)UT_Performance
startListener_(ASIO_IOContext &ctx)NET_Performanceprotected
startMemoryCookEvent(int node_id, const char *cook_event_name=NULL)UT_Performance
startMemoryDrawEvent(const char *object, const char *draw_event_name, bool is_gpu_draw=false)UT_Performance
startMemoryEvent(const char *object, bool auto_nest_events=true)UT_Performance
startMemoryFrameEvent(fpreal frame)UT_Performance
startMemoryNodeCreationEvent()UT_Performance
startMemoryNodeScriptEvent(int node_id, const char *code_description, UT_PerfMonScriptType script_type)UT_Performance
startMemoryPaneEvent(const char *pane, const char *operation)UT_Performance
startMemoryPDGEvent(const char *path, const char *pdg_event_name=NULL)UT_Performance
startMemoryRenderEvent(const char *renderer, const char *operation, bool is_renderer_a_node, int frame_num, const char *object=NULL)UT_Performance
startMemoryScriptEvent(const char *code_description, UT_PerfMonScriptType script_type, bool auto_nest_events=true)UT_Performance
startMemorySolveEvent(const SIM_Solver *solver, const char *solver_event_name=NULL)UT_Performance
startMemoryViewportDrawEvent(const char *viewport_name, const char *draw_event_name, UT_PerfMonViewportType viewport_type, bool is_gpu_draw=false)UT_Performance
startProfile(const char *title, const UT_PerfMonRecordOptions *options=NULL)UT_Performance
startRemoteListener_() overrideMOT_Performanceprotectedvirtual
startTaskScope(const UT_TaskScope *task_scope)UT_Performancevirtual
startTimedCookEvent(int node_id, const char *cook_event_name=NULL)UT_Performance
startTimedDrawEvent(const char *object, const char *draw_event_name, bool is_gpu_draw=false)UT_Performance
startTimedEvent(const char *event, const char *object, bool auto_nest_events=true)UT_Performance
startTimedFrameEvent(fpreal frame)UT_Performance
startTimedNodeCreationEvent()UT_Performance
startTimedNodeScriptEvent(int node_id, const char *code_description, UT_PerfMonScriptType script_type)UT_Performance
startTimedPaneEvent(const char *pane, const char *operation)UT_Performance
startTimedPDGEvent(const char *path, const char *pdg_event_name=NULL)UT_Performance
startTimedRenderEvent(const char *renderer, const char *operation, bool is_renderer_a_node, int frame_num, const char *object=NULL)UT_Performance
startTimedScriptEvent(const char *code_description, UT_PerfMonScriptType script_type, bool auto_nest_events=true)UT_Performance
startTimedSolveEvent(const SIM_Solver *solver, const char *solver_event_name=NULL)UT_Performance
startTimedViewportDrawEvent(const char *viewport_name, const char *draw_event_name, UT_PerfMonViewportType viewport_type, bool is_gpu_draw=false)UT_Performance
stopEvent(int event_id, bool return_value=false)UT_Performance
stopNodeCreationEvent(int event_id, int node_id)UT_Performance
stopProfile(int profile_id)UT_Performance
stopTaskScope(const UT_TaskScope *task_scope, int event_id)UT_Performancevirtual
UT_Performance()UT_Performance
~MOT_Performance() overrideMOT_Performance
~UT_Performance()UT_Performancevirtual