//! Post-run trace instrumentation — TensorFlow Profiler-style span API.
//!
//! Emits [`crate::trace`] JSONL (`candle-graph/trace/10`). Candle-free: callers supply
//! timings, shapes, and gradient facts from their own probe binary.
pub use CaptureSelector;
pub use ;
pub use ;