trace_state_cascade_footprint
Measure the depth and consumer count of a state update cascade by reconstructing the parent/owner tree traversal for a given commit index in React profiler exports.
Instructions
Reconstructs the virtual parent/owner tree traversal to measure the depth and consumer count of a state update cascade for a specific commit index.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit_index | Yes | Zero-based index of the commit to trace | |
| profile_path | Yes | Absolute path to the React DevTools Profiler export (.json) |