tree
treeShow a call-tree slice from a recorded run, centered on an event or frame, with configurable depth and limit.
Instructions
call-tree slice. Parentage derived from the event stream; --around centres the slice on an event id, --root on a frame id; nested dict contents are elided, frame prints them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run | No | run id, a unique prefix of one, or `last` (the newest trace) | last |
| root | No | frame ref (f12) | |
| depth | No | levels of the call tree to print below the root | |
| limit | No | most rows to print | |
| around | No | event ref (e40) |