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 #15

Closed cristaloleg closed 2 years ago

cristaloleg commented 2 years ago

Looks like the previous version is from June 2020, time for the update ;)

felixge commented 2 years ago

Sure, why not : ). Thanks!

cristaloleg commented 2 years ago

Nice, can you tag a release, please?

felixge commented 2 years ago

Yes ... but before I do this, is there any particular reason you're eager to get this upgraded in fgprof? Especially given that you could also do it from your own go.mod file?

cristaloleg commented 2 years ago

Well...not really. Just have found that there were many fixes in google/pprof, so good to be on track for everyone too.

Why I'm interested in fgprof at all? - making a small repo to have easiest way to enable all possible profilers https://github.com/go-perf/easypprof BTW thanks for fgprof ;)

felixge commented 2 years ago

Alright, sounds good. https://github.com/felixge/fgprof/releases/tag/v0.9.2 here you go : ). Good luck with your project.