Module pprof::flamegraph::color[][src]

Expand description

Color palettes and options for flame graph generation.

Structs

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

SearchColor::default() is rgb(230,0,230).

Enums

A flame graph background color.

A plain color palette in which the color is not chosen based on function semantics.

A semantic color palette in which different hues are used to signifiy semantic aspects of different function names (kernel functions, JIT functions, etc.).

A flame graph color palette.

Type Definitions

A re-export of RGB8 from the rgb crate.