Function pprof::flamegraph::from_files[][src]

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

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.