fgprof
🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.
How to download and setup fgprof
Open terminal and run command
git clone https://github.com/felixge/fgprof.git
git clone is used to create a copy or clone of fgprof repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with fgprof https://github.com/felixge/fgprof/archive/master.zip
Or simply clone fgprof with SSH
[email protected]:felixge/fgprof.git