Visual Studio Code – How to get the CPU/memory profiling graph of Go tests as an image
I'm using VS Code to run Go tests along with CPU/memory profiling: Question How can I download/save the graph as an image? Tried I downloaded the result as a *.gz file: Then I used these commands to convert the *.gz…