//! Egui panel: frame bars (top) + puffin flame chart (middle) +
//! system & caller-defined metric line plots (bottom). Cursor is
//! synced across all three.
//!
//! Vor owns the system metrics — frame_ms, memory_mb, io_ms,
//! io_MB — sampled by [`PanelState::tick`] each frame. The caller
//! plugs in workload metrics via a `&VecDeque<R>` of records plus a
//! `&[Metric<R>]` descriptor list of what to plot from each.
// Replay reads `.vor` files, which the recorder writes only off wasm.
pub use crateMetric;
pub use crateReplayState;
pub use crateshow;
pub use crate;