timholy / FlameGraphs.jl

Analysis of profiling data using trees
MIT License
51 stars 12 forks source link

Enhance the default FlameColors: Highlight compilation. De-highlight waiting tasks #50

Open IanButterworth opened 2 years ago

IanButterworth commented 2 years ago

The heuristics and color selection might be improvable, but the concept is to highlight compilation work (blue) and de-highlight sleeping tasks (light gray)

Screenshot from 2022-01-06 22-09-27 Screenshot from 2022-01-06 22-09-10

IanButterworth commented 2 years ago

I don't really understand the color tests and whether this is breaking anything, or just introducing new colors that's skewing the color generator in an ok way?