dhat-to-flamegraph 1.0.0

Convert dhat JSON output to a collapsed flamegraph format
dhat-to-flamegraph-1.0.0 is not a library.

Installation

$ cargo add dhat-to-flamegraph

Usage

Usage: dhat-to-flamegraph <INPUT> [OUTPUT]

Arguments:
  <INPUT>   The dhat JSON file
  [OUTPUT]  Where to write the output file [default: dhat.folded]

Options:
  -h, --help  Print help

Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

License