Flameshow Versions Save

A terminal Flamegraph viewer.

v1.0.0

6 months ago

The 1.0 Version is out!!

Withe some of the new features:

  • Display the stats of percentage on the bottom left corner;
  • Display the stack information on the bottom right corner;
  • Highlight the stacks with the same name;
  • using I to open a stack detail information, use I or Esc to close the screen.
pip install flameshow

ezgif-3-e6439bd371

v0.100.0

6 months ago

What's Changed

Full Changelog: https://github.com/laixintao/flameshow/compare/v0.99.0...v0.100.0

v0.99.0

7 months ago

A brand new version! 🔥

Check this demo!

fameshow-original-23s-demo

How cool is that!

Key updates:

  • 🏎️ A lot of optimization, flameshow now renders faster than before, much faster! (100x faster actually) thanks to textual's line api
  • So we would not need a switch sample type radio set, we just use Tab to switch graphes now, because renders are cheap now, so switch anytime we want.
  • Mouse are fully supported!
  • Add tests! A lot of tests! 98% coverage! ❤️‍🔥

What's Changed

Full Changelog: https://github.com/laixintao/flameshow/compare/v0.2.3...v0.99.0

v0.2.3

7 months ago

More optimizations!

Flameshow now renders faster and displays more information 🐇

What's Changed

Full Changelog: https://github.com/laixintao/flameshow/compare/v0.2.2...v0.2.3

v0.2.0

7 months ago

Flameshow is now in pure Python! no golang needed.

From this version, Flameshow using protobuf to decode pprof binary directly. It's faster and less dependency, makes it easy to install.

Try it out! by:

pip install flameshow

🔥

What's Changed

Full Changelog: https://github.com/laixintao/flameshow/compare/v0.1.5...v0.2.0

v0.1.5

7 months ago

What's Changed

Full Changelog: https://github.com/laixintao/flameshow/compare/v0.1.3...v0.1.5

v0.1.3

7 months ago

What's Changed

Full Changelog: https://github.com/laixintao/flameshow/compare/v0.1.2...v0.1.3