find_expensive_nodes
Profile Houdini cooking to identify the slowest nodes. Compares cumulative cook times among siblings to pinpoint the performance bottleneck.
Instructions
Profile cooking and rank the most expensive nodes — how a senior artist finds the slow node instead of guessing.
Records a performance-monitor profile while force-cooking the display outputs under root_path. cook_ms is cumulative (parents include their children), so compare siblings to locate the hotspot.
Args: root_path: Network to profile (a geo container, or "/" broadly). frame: Optionally jump to this frame before cooking. limit: Max nodes to return.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| frame | No | ||
| limit | No | ||
| root_path | No | / |