Module: flame_graph#
Classes for drawing bloqs with FlameGraph.
This relies on third party flamegraph.pl
Functions#
get_flame_graph_data(...): Get the flame graph data for visualizing T-costs distribution of a sequence of bloqs.
get_flame_graph_svg_data(...): Invokes the third_party/flamegraph/flamegraph.pl using data from get_flame_graph_data.