#include <UT_PerfMonRecordOptions.h>
|
| UT_PerfMonRecordOptions () |
|
| UT_PerfMonRecordOptions (bool cook_stats, bool pdg_cook_stats, bool solve_stats, bool node_draw_stats, bool node_gpu_draw_stats, bool viewport_stats, bool pane_stats, bool script_stats, bool render_stats, bool thread_stats, bool frame_stats, bool memory_stats, bool errors) |
|
| UT_PerfMonRecordOptions (const UT_PerfMonRecordOptions &options) |
|
| ~UT_PerfMonRecordOptions () |
|
bool | recordCookStats () const |
|
bool | recordPDGCookStats () const |
|
bool | recordSolveStats () const |
|
bool | recordObjectDrawStats () const |
|
bool | recordObjectGPUDrawStats () const |
|
bool | recordViewportStats () const |
|
bool | recordPaneStats () const |
|
bool | recordScriptStats () const |
|
bool | recordRenderStats () const |
|
bool | recordThreadStats () const |
|
bool | recordFrameStats () const |
|
bool | recordMemoryStats () const |
|
bool | recordErrors () const |
|
bool | isRecordingTimedStats () const |
|
void | setRecordCookStats (bool record) |
|
void | setRecordPDGCookStats (bool record) |
|
void | setRecordSolveStats (bool record) |
|
void | setRecordObjectDrawStats (bool record) |
|
void | setRecordObjectGPUDrawStats (bool record) |
|
void | setRecordViewportStats (bool record) |
|
void | setRecordPaneStats (bool record) |
|
void | setRecordScriptStats (bool record) |
|
void | setRecordRenderStats (bool record) |
|
void | setRecordThreadStats (bool record) |
|
void | setRecordFrameStats (bool record) |
|
void | setRecordMemoryStats (bool record) |
|
void | setRecordErrors (bool record) |
|
UT_PerfMonRecordOptions & | operator= (const UT_PerfMonRecordOptions &options) |
|
Definition at line 18 of file UT_PerfMonRecordOptions.h.
UT_PerfMonRecordOptions::UT_PerfMonRecordOptions |
( |
| ) |
|
UT_PerfMonRecordOptions::UT_PerfMonRecordOptions |
( |
bool |
cook_stats, |
|
|
bool |
pdg_cook_stats, |
|
|
bool |
solve_stats, |
|
|
bool |
node_draw_stats, |
|
|
bool |
node_gpu_draw_stats, |
|
|
bool |
viewport_stats, |
|
|
bool |
pane_stats, |
|
|
bool |
script_stats, |
|
|
bool |
render_stats, |
|
|
bool |
thread_stats, |
|
|
bool |
frame_stats, |
|
|
bool |
memory_stats, |
|
|
bool |
errors |
|
) |
| |
UT_PerfMonRecordOptions::~UT_PerfMonRecordOptions |
( |
| ) |
|
bool UT_PerfMonRecordOptions::isRecordingTimedStats |
( |
| ) |
const |
Convenience method which returns true if the options are configured to record any time stats.
bool UT_PerfMonRecordOptions::recordCookStats |
( |
| ) |
const |
bool UT_PerfMonRecordOptions::recordErrors |
( |
| ) |
const |
bool UT_PerfMonRecordOptions::recordFrameStats |
( |
| ) |
const |
bool UT_PerfMonRecordOptions::recordMemoryStats |
( |
| ) |
const |
bool UT_PerfMonRecordOptions::recordObjectDrawStats |
( |
| ) |
const |
bool UT_PerfMonRecordOptions::recordObjectGPUDrawStats |
( |
| ) |
const |
bool UT_PerfMonRecordOptions::recordPaneStats |
( |
| ) |
const |
bool UT_PerfMonRecordOptions::recordPDGCookStats |
( |
| ) |
const |
bool UT_PerfMonRecordOptions::recordRenderStats |
( |
| ) |
const |
bool UT_PerfMonRecordOptions::recordScriptStats |
( |
| ) |
const |
bool UT_PerfMonRecordOptions::recordSolveStats |
( |
| ) |
const |
bool UT_PerfMonRecordOptions::recordThreadStats |
( |
| ) |
const |
bool UT_PerfMonRecordOptions::recordViewportStats |
( |
| ) |
const |
void UT_PerfMonRecordOptions::setRecordCookStats |
( |
bool |
record | ) |
|
void UT_PerfMonRecordOptions::setRecordErrors |
( |
bool |
record | ) |
|
void UT_PerfMonRecordOptions::setRecordFrameStats |
( |
bool |
record | ) |
|
void UT_PerfMonRecordOptions::setRecordMemoryStats |
( |
bool |
record | ) |
|
void UT_PerfMonRecordOptions::setRecordObjectDrawStats |
( |
bool |
record | ) |
|
void UT_PerfMonRecordOptions::setRecordObjectGPUDrawStats |
( |
bool |
record | ) |
|
void UT_PerfMonRecordOptions::setRecordPaneStats |
( |
bool |
record | ) |
|
void UT_PerfMonRecordOptions::setRecordPDGCookStats |
( |
bool |
record | ) |
|
void UT_PerfMonRecordOptions::setRecordRenderStats |
( |
bool |
record | ) |
|
void UT_PerfMonRecordOptions::setRecordScriptStats |
( |
bool |
record | ) |
|
void UT_PerfMonRecordOptions::setRecordSolveStats |
( |
bool |
record | ) |
|
void UT_PerfMonRecordOptions::setRecordThreadStats |
( |
bool |
record | ) |
|
void UT_PerfMonRecordOptions::setRecordViewportStats |
( |
bool |
record | ) |
|
The documentation for this class was generated from the following file: