pkg-descr 394 B

1234567
  1. Inferno is a port of parts of the flamegraph toolkit to Rust, with the aim of
  2. improving the performance of the original flamegraph tools. The primary focus is
  3. on speeding up the stackcollapse-* tools that process output from various
  4. profiling tools into the "folded" format expected by the flamegraph plotting
  5. tool. So far, the focus has been on parsing profiling results from perf and
  6. DTrace.