aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/flame-graph/dev/README
blob: 599732e3d70710e3755a9121d6475a110f9cfcaf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
EXPERIMENTAL: This includes some work in progress code, which may not work
properly.

Hot Cold Graphs
===============
These show both on-CPU time (in shades of red) and off-CPU time (blocked time;
in shades of blue) in a similar style to the Flame Graph.

Thread Hot Cold Graphs
======================
These are per-Thread Hot Cold Graphs, which helps separate logical functions
that are managed by their threads, and helps you estimate speed up for the
threads of interest.