Skip to main content

write_state_timeline_svg

Function write_state_timeline_svg 

Source
pub fn write_state_timeline_svg(
    path: &Path,
    title: &str,
    events: &[TraceEvent],
    total_ticks: u64,
    state_names: &[&str],
) -> Result<()>
Expand description

Write an SVG timeline whose segments are labeled controller states.