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

Changelog History
Page 2

  • v0.3.1 Changes

    December 09, 2019
    • 🛠 Fix ptrace errors on linux kernel older than v4.7 #83
    • 🛠 Fix for profiling docker containers from host os #199
    • 🛠 Fix for speedscope profiles aggregated by function name #201
    • 👉 Use symbols from dynsym table of ELF binaries #191
  • v0.3.0 Changes

    October 27, 2019
    • ➕ Add ability to profile subprocesses #124
    • 🛠 Fix overflow issue with linux symbolication #183
    • 🛠 Fixes for printing local variables #180
  • v0.2.2 Changes

    October 08, 2019
    • ➕ Add ability to show local variables when dumping out stack traces #77
    • 👉 Show python thread names in dump #47
    • 🛠 Fix issues with profiling python hosted by .NET exe #171
  • v0.2.1 Changes

    September 27, 2019
    • 🛠 Fix issue with profiling dockerized process from the host os #168
  • v0.2.0 Changes

    September 23, 2019
    • ➕ Add ability to profile native python extensions #2
    • ➕ Add FreeBSD support #112
    • Relicense to MIT #163
    • ➕ Add option to write out Speedscope files #115
    • ➕ Add option to output raw call stack data #35
    • Get thread idle status from OS #92
    • ➕ Add 'unlimited' default option for the duration #93
    • 👍 Allow use as a library by other rust programs #110
    • 👉 Show OS threadids in dump #57
    • ⬇️ Drop root permissions when starting new process #116
    • 👌 Support building for ARM processors #89
    • Python 3.8 compatability
    • 🛠 Fix issues profiling functions with more than 4000 lines #164
  • v0.2.0.dev4

    August 11, 2019
  • v0.2.0.dev3

    July 14, 2019
  • v0.2.0.dev0

    January 28, 2019
  • v0.1.11 Changes

    May 18, 2019
    • 🛠 Fix to detect GIL status on Python 3.7+ #104
    • Generate flamegraphs without perl (using Inferno) #38
    • 👉 Use irregular sampling interval to avoid incorrect results #94
    • 📦 Detect python packages when generating short filenames #75
    • 🛠 Fix issue with finding interpreter with Python 3.7 and 32bit Linux #101
    • Detect "v2.7.15+" as a valid version string #81
    • 🛠 Fix to cleanup venv after failing to build with setup.py #69
  • v0.1.10 Changes

    December 08, 2018
    • 🛠 Fix running py-spy inside a docker container #68