README 475 B

12345678910111213
  1. EXPERIMENTAL: This includes some work in progress code, which may not work
  2. properly.
  3. Hot Cold Graphs
  4. ===============
  5. These show both on-CPU time (in shades of red) and off-CPU time (blocked time;
  6. in shades of blue) in a similar style to the Flame Graph.
  7. Thread Hot Cold Graphs
  8. ======================
  9. These are per-Thread Hot Cold Graphs, which helps separate logical functions
  10. that are managed by their threads, and helps you estimate speed up for the
  11. threads of interest.