Methods ¶
recordCookStats()
→ bool
Return True if cook statistics should be recorded.
recordPDGCookStats()
→ bool
Return True if PDG node and work item cook statistics should be recorded.
recordDrawStats()
→ bool
Return True if node draw statistics should be recorded.
recordErrors()
→ bool
Return True if warnings and errors should be recorded.
recordFrameStats()
→ bool
Return True if frame statistics should be recorded.
recordGPUDrawStats()
→ bool
Return True if node GPU draw statistics should be recorded.
recordMemoryStats()
→ bool
Return True if memory statistics should be recorded.
recordPaneStats()
→ bool
Return True if non-viewport pane statistics should be recorded.
recordRenderStats()
→ bool
Return True if Mantra render statistics should be recorded.
recordScriptStats()
→ bool
Return True if hscript and Python script statistics should be recorded.
recordSolveStats()
→ bool
Return True if DOP solver statistics should be recorded.
recordThreadStats()
→ bool
Return True if thread statistics should be recorded.
recordViewportStats()
→ bool
Return True if viewport statistics should be recorded.
setRecordCookStats(record)
Turn the recording of cook statistics on or off.
setRecordPDGCookStats(record)
Turn the recording of PDG node cook statistics on or off.
setRecordDrawStats(record)
Turn the recording of node draw statistics on or off.
setRecordErrors(record)
Turn the recording of warnings and errors on or off.
setRecordFrameStats(record)
Turn the recording of frame statistics on or off.
setRecordGPUDrawStats(record)
Turn the recording of node GPU draw statistics on or off.
setRecordMemoryStats(record)
Turn the recording of memory statistics on or off.
setRecordPaneStats(record)
Turn the recording of non-viewport pane statistics on or off.
setRecordRenderStats(record)
Turn the recording of Mantra render statistics on or off.
setRecordScriptStats(record)
Turn the recording of hscript and Python statistics on or off.
setRecordSolveStats(record)
Turn the recording of DOP solver statistics on or off.
setRecordThreadStats(record)
Turn the recording of thread statistics on or off.
setRecordViewportStats(record)
Turn the recording of viewport statistics on or off.
See also |