tracy_diff_captures
Validate an optimization by comparing two profiling captures, identifying improved, regressed, added, and removed functions with overall performance delta.
Instructions
Diff two captures by function to validate an optimization.
Negative delta = faster. Returns improved / regressed / added / removed plus overall movement (base vs new total, delta, pct).
Args: base_id: the "before" capture id (required). new_id: the "after" capture id (required). metric: 'self' (default) or 'total'. top_n: max rows per list (default 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| metric | No | self | |
| new_id | Yes | ||
| base_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||