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:
shell
pip install flameshow
🔥
What's Changed
* update readme: add dev instruction, and mention textual. by laixintao in https://github.com/laixintao/flameshow/pull/11
* Use protobuf to parse pprof binary data, do not reply on cffi to call golang anymore. by laixintao in https://github.com/laixintao/flameshow/pull/16
* add release ci: upload to pypi on tag push. by laixintao in https://github.com/laixintao/flameshow/pull/17
**Full Changelog**: https://github.com/laixintao/flameshow/compare/v0.1.5...v0.2.0