Expand description
Tools for producing flame graphs from folded stack traces.
See the crate-level documentation for details.
Modules§
Structs§
- Func
Frame Attrs Map - Provides a way to customize the attributes on the SVG elements for a frame.
- Options
- Configure the flame graph.
Enums§
- Direction
- The direction the plot should grow.
- Palette
- A flame graph color palette.
- Text
Truncate Direction - The direction text is truncated when it’s too long.
Functions§
- from_
files - Produce a flame graph from files that contain folded stack lines
and write the result to provided
writer
. - from_
lines - Produce a flame graph from an iterator over folded stack lines.
- from_
reader - Produce a flame graph from a reader that contains a sequence of folded stack lines.
- from_
readers - Produce a flame graph from a set of readers that contain folded stack lines.