Skip to content

Releases: felixge/pprofutils

v2.0.4

26 Mar 15:27

Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

03 Jun 12:11
4ab5689

Choose a tag to compare

deprecate labelframes (#10)

Fixes https://github.com/felixge/pprofutils/issues/9

v2.0.0

22 Sep 16:54

Choose a tag to compare

  • 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

19 Sep 08:42

Choose a tag to compare

  • Add pprofavg to calculate average block duration
  • Add pprofanon to anonymize pprof profiles

v1.0.3

16 Jul 08:02

Choose a tag to compare

  • pprof2text: Order output so that stack traces with the most samples are shown first.

v1.0.2

16 Jul 08:01

Choose a tag to compare

  • 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

16 Jul 08:01

Choose a tag to compare

  • pprof2text: Aggregate samples by func name to avoid duplicates when there there are multiple samples from different program counters within the same function.

v1.0.0

07 May 11:19

Choose a tag to compare

First stable release 🥳

v0.8.0

04 May 09:22

Choose a tag to compare

  • a1997c3 Improve public API to prepare for v1 release

v0.7.0

22 Apr 14:06

Choose a tag to compare

  • 3cff202 improve heuristic for detecting header line in plaintext input.