[][src]Module inferno::flamegraph

Tools for producing flame graphs from folded stack traces.

See the crate-level documentation for details.

Structs

FuncFrameAttrsMap

Provides a way to customize the attributes on the SVG elements for a frame.

Options

Configure the flame graph.

PaletteMap

Mapping of the association between a function name and the color used when drawing information from this function.

Enums

BackgroundColor

A flame graph background color.

Direction

The direction the plot should grow.

Palette

A flame graph color palette.

Functions

from_reader

Produce a flame graph from a reader that contains a sorted sequence of folded stack lines.

from_readers

Produce a flame graph from a set of readers that contain folded stack lines.

from_sorted_lines

Produce a flame graph from a sorted iterator over folded stack lines.