[][src]Function inferno::flamegraph::from_files

pub fn from_files<W: Write>(
    opt: &mut Options,
    files: &[PathBuf],
    writer: W
) -> Result<()>

Produce a flame graph from files that contain folded stack lines and write the result to provided writer.

If files is empty, STDIN will be used as input.