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

Update pprof dependency #27

Closed salarali closed 4 months ago

salarali commented 5 months ago

Would it be possible to update the pprof dependency? Its pretty old.

felixge commented 4 months ago

Yeah, I can update it. But before I do, is there a reason you're asking? What improvements are you hoping for? Thanks

salarali commented 4 months ago

Nothing is particular. Was just checking the go.mod file and saw that it was pretty old.

I was going through the commits since then and something like this would be nice https://github.com/google/pprof/pull/729