Skip to content

v0.2.0

Compare
Choose a tag to compare
@laixintao laixintao released this 29 Sep 09:07
· 228 commits to main since this release
157c320

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

  • update readme: add dev instruction, and mention textual. by @laixintao in #11
  • Use protobuf to parse pprof binary data, do not reply on cffi to call golang anymore. by @laixintao in #16
  • add release ci: upload to pypi on tag push. by @laixintao in #17

Full Changelog: v0.1.5...v0.2.0