Module inferno::flamegraph

source ·
Expand description

Tools for producing flame graphs from folded stack traces.

See the crate-level documentation for details.

Re-exports§

Modules§

Structs§

  • Provides a way to customize the attributes on the SVG elements for a frame.
  • Configure the flame graph.

Enums§

Functions§

  • Produce a flame graph from files that contain folded stack lines and write the result to provided writer.
  • Produce a flame graph from an iterator over folded stack lines.
  • Produce a flame graph from a reader that contains a sequence of folded stack lines.
  • Produce a flame graph from a set of readers that contain folded stack lines.