Function inferno::flamegraph::from_files

source ·
pub fn from_files<W: Write>(
    opt: &mut Options<'_>,
    files: &[PathBuf],
    writer: W
) -> Result<()>
Expand description

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.