performance command

Set various options of the performance monitor.

Replaced by: hou.setHighlightNodesWhenCooking, hou.performance, hou.showCookStatisticsInNodeInfo

All Usages Options

Usages

  1. performance [options]

Without any options, the command prints the current settings.

Options

-l off|window|stdout

Output Log mode.

-c on|off

Monitor OP Cook on/off

-o on|off

Monitor Object Display on/off

-v on|off

Monitor Viewport Display on/off

-f on|off

Monitor Frame Length on/off

-m on|off

Memory on/off

-i on|off

Tile Statistics in OP Info on/off

-h on|off

Tile Hilight when Cooking on/off

-s on|off

Single Frame Capture on/off

-p on|off

Pause on/off

-e on|off

Enable Output on/off

-F off|highlight|hide

Set the filtering mode to filter the output based on the operation cook time. Highlight will highlight output lines above the cook time threshold, whereas Hide will suppress the output of operations below the threshold.

-T threshold

Set the threshold for filtering by cook time, in either milliseconds, seconds or minutes, depending on the -U option (default is milliseconds).

-U ms|s|min

Specifies the units the cook time threshold is in: milliseconds (ms), seconds (s) or minutes (min).