For the complete documentation index, see llms.txt. This page is also available as Markdown.

Response Time (with collees)

This metric surfaces the functions contributing the most to total runtime by including both their self-time and the time spent in callees. This view provides insight into which functions represent major performance bottlenecks in the system, even if the time is distributed across a large call tree. It leverages segment-level timing predictions and call graph traversal to compute the full execution cost of each function.

Execution Metrics: Worst-Case Response Time

Last updated

Was this helpful?