pprofutils

MIT License

Stars
136
pprofutils - v2.0.4 Latest Release

Published by felixge 7 months ago

What's Changed

Full Changelog: https://github.com/felixge/pprofutils/compare/v2.0.3...v2.0.4

pprofutils - v2.0.3

Published by felixge over 2 years ago

pprofutils - v2.0.0

Published by felixge about 3 years ago

  • 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)
pprofutils -

Published by felixge about 3 years ago

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

Published by felixge over 3 years ago

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

Published by felixge over 3 years ago

  • 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.
pprofutils -

Published by felixge over 3 years ago

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

Published by felixge over 3 years ago

First stable release 🥳

pprofutils -

Published by felixge over 3 years ago

  • a1997c30547f56fb82a21df016eaf817dde3d01b Improve public API to prepare for v1 release
pprofutils -

Published by felixge over 3 years ago

  • 5a74e07b2edaa64b5ca19563fc44a68f6436aadb add -t flag to pprofdelta command
pprofutils -

Published by felixge over 3 years ago

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