felixge / 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.
MIT License
2.81k stars 88 forks source link

feat: Support line numbers in pprof #22

Closed felixge closed 1 year ago

felixge commented 1 year ago

Fixes #21