Profiling Benchmarks

Go Profiling:

What other profilers can I use to profile Go programs ?

  • On Linux, perf tools can be used for profiling Go programs. Perf can profile and unwind cgo/SWIG code and kernel, so it can be useful to get insights into native/kernel performance bottlenecks. On macOS, Instruments suite can be used profile Go programs.