Expand description
Execution plan formatting and resource timeline visualization.
Provides human-readable views of execution schedules, parallel opportunity analysis, and memory usage timelines.
Structs§
- Execution
Plan - A complete execution plan containing ordered steps with dependency and resource metadata.
- Memory
Timeline Entry - A single entry in a memory timeline, tracking allocations over time.
- Plan
Formatter - Formatter for rendering execution plans as human-readable strings.
- Plan
Step - A single step in an execution plan.
Functions§
- compute_
memory_ timeline - Compute a memory timeline from an execution plan.