expand_performance_hotspot
Analyze performance bottlenecks by expanding hotspots or call tree nodes to reveal detailed execution traces and identify optimization opportunities.
Instructions
Expand a performance hotspot or call tree. Returns a JSON object containing the back trace of a hot spot or the children of the call tree node with the provided id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The id of the hotspot or call tree node to be expanded |