Skip to main content

Module execution_plan

Module execution_plan 

Source
Expand description

Execution plan formatting and resource timeline visualization.

Provides human-readable views of execution schedules, parallel opportunity analysis, and memory usage timelines.

Structs§

ExecutionPlan
A complete execution plan containing ordered steps with dependency and resource metadata.
MemoryTimelineEntry
A single entry in a memory timeline, tracking allocations over time.
PlanFormatter
Formatter for rendering execution plans as human-readable strings.
PlanStep
A single step in an execution plan.

Functions§

compute_memory_timeline
Compute a memory timeline from an execution plan.