How to view flamegraph .cpuprofile files

Viewed 2172

I'm comparing the cpu profile on a couple of branches of my app, and I have downloaded the .cpuprofile files from the console. I'd like to compare them side-by-side but I'm not clear on how to open the saved files.

2 Answers
Related