Releases: felixge/fgprof
Releases · felixge/fgprof
v0.9.5
v0.9.4
What's Changed
- Added go-recipes badge by @nikolaydubina in #24
- compute actual sample rate for profile export by @jaffee in #26
- go.mod: upgrade pprof by @felixge in a9fbda1
New Contributors
- @nikolaydubina made their first contribution in #24
- @jaffee made their first contribution in #26
Full Changelog: v0.9.3...v0.9.4
v0.9.3
v0.9.2
v0.9.1: Merge pull request #4 from felixge/gh-3
Enhancements:
- 7b3aa0f Default to 30s duration like net/http/pprof
- 90cb49f Make pprof the default format, remove guessing
Misc
- c14b6f4 example: Log addr on startup
- 517eaf9 README: Simplify goroutine point even further
- 1c69cbf README: Further clarify production overhead
- 2b17c88 Change email
- 4a3eb8f README: Clarify performance impact
- a841aca Remove dead code
- c9cb006 Properly fix brittle test
- 3295f6c Revert "Deal with test race"
- 6cc725c Clarify preemption limitation
- 033348e README: Add new section about the future
- bd0b668 Simplify sentence
- 12a2f32 Fix typo
- cf868fc Deal with test race
- 2bc69ff Fix more typos