Get network performance
get_td_performanceMeasure cook times across a TouchDesigner network and identify nodes exceeding the frame budget. Reports slowest nodes first, optionally recursing into subnets.
Instructions
Report cook times under a network (recursively by default, slowest node first) and warn about nodes that exceed the frame budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_path | No | Network root to measure cook times under. | /project1 |
| target_fps | No | Frame-rate target used to flag slow nodes. | |
| recursive | No | Measure every descendant (true, default) so cook time inside generated containers is counted, not just the root's direct children. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| targetFps | Yes | ||
| frameBudgetMs | Yes | ||
| totalCookMs | Yes | ||
| nodes | Yes | ||
| warnings | Yes |