scalene
scalene copied to clipboard
potential enhancement: incorporate flame graphs as in py-spy
https://github.com/brendangregg/FlameGraph
if scalene generates the appropriate data format, the output can just be dropped into the speedscope web app
https://github.com/jlfwong/speedscope
I was just about to create this same feature request pointing to the same link. Brendan is pretty awesome. An alternative to speedscope is another child of brendan's:
https://github.com/Netflix/flamescope https://netflixtechblog.com/netflix-flamescope-a57ca19d47bb
Note that Scalene doesn't generate stack traces but this would be a straightforward extension, and we'd be very likely to merge a PR that provided this functionality, e.g., via a --flamegraph
option.