debug.trace_result
Retrieve collected execution traces from a live JVM. Displays call paths with depth. Optionally stop tracing after retrieval or filter methods by minimum execution time in milliseconds.
Instructions
Get collected trace after debug.trace. Shows call path with depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | stop tracing after retrieval | |
| min_ms | No | aggregate mode: only show methods >= this ms |