Releases: felixge/pprofutils
Releases · felixge/pprofutils
v2.0.3
deprecate labelframes (#10)
Fixes https://github.com/felixge/pprofutils/issues/9
v2.0.0
- pprofutils is now a single command line utility that takes sub commands
- a free service hosted under pprof.to is providing the same utilities
- new utilities: anon, labelframes
- missing utilties: delta (will come back soon)
v1.0.4
- Add pprofavg to calculate average block duration
- Add pprofanon to anonymize pprof profiles
v1.0.3
- pprof2text: Order output so that stack traces with the most samples are shown first.
v1.0.2
- pprof2text: Fix for: Aggregate samples by func name to avoid duplicates when there there are multiple samples from different program counters within the same function.
v1.0.1
- pprof2text: Aggregate samples by func name to avoid duplicates when there there are multiple samples from different program counters within the same function.
v0.8.0
- a1997c3 Improve public API to prepare for v1 release
v0.7.0
- 3cff202 improve heuristic for detecting header line in plaintext input.