pprof2csv Converts pprof profile format to CSV. Inspired by Google's csv2pprof. Installation go install github.com/conbon/pprof2csv@latest Usage Pprof text output using -text or -top flags supported. pprof2csv -input=profile.txt -output=profile.csv