measure_cooktimes
Measure per-operator cook costs (ms) to find the most expensive nodes eating frame time. Filter by path or top N results.
Instructions
Per-operator cook cost (ms) sorted most-expensive first: which device is eating the frame.
paths (list[str]): Operator paths to measure.
path (str | None): Parent whose children are measured.
top (int | None): Return only the N most expensive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| path | No | ||
| paths | No |