All Versions
26
Latest Version
Avg Release Cycle
43 days
Latest Release
-

Changelog History
Page 3

  • v0.1.9 Changes

    • ๐Ÿ›  Fix partial stack traces from showing up, by pausing process while collecting samples #56. Also add a --nonblocking option to use previous behaviour of not stopping process.
    • ๐Ÿ‘ Allow sampling process running in a docker container from the host OS #49
    • ๐Ÿ‘ Allow collecting data for flame graph until interrupted with Control-C #21
    • ๐Ÿ‘Œ Support 'legacy' strings in python 3 #64
  • v0.1.8 Changes

    September 22, 2018
    • ๐Ÿ‘Œ Support profiling pyinstaller binaries #42
    • โž• Add fallback when failing to find exe in memory maps #40
  • v0.1.7 Changes

    • ๐Ÿ Console viewer improvements for Windows 7 #37
  • v0.1.6 Changes

    • Warn if we can't sample fast enough #33
    • ๐Ÿ‘Œ Support embedded python interpreters like UWSGI #25
    • ๐Ÿ‘ Better error message when failing with 32-bit python on windows
  • v0.1.5 Changes

    • ๐Ÿง Use musl libc for linux wheels #5
    • ๐Ÿ›  Fix for OSX python built with '--enable-framework' #15
    • ๐Ÿ›  Fix for running on Centos7
  • v0.1.4 Changes

    • ๐ŸŽ‰ Initial public release