[][src]Function inferno::flamegraph::from_sorted_lines

pub fn from_sorted_lines<'a, I, W>(
    opt: Options,
    lines: I,
    writer: W
) -> Result<()> where
    I: IntoIterator<Item = &'a str>,
    W: Write