Skip to content

Releases: dpsoft/flask-pypprof

v0.1.18 - Maintenance Release

01 Nov 12:56
Compare
Choose a tag to compare
  • Support for Python 3.11.
  • Update zprofile to latest version.
  • Allow to enable memory profiler by MEMORY_PROFILER_ENABLED environment variable.

v0.1.17 - Maintenance Release

27 Jul 16:01
Compare
Choose a tag to compare

Only works on linux/amd64 or at least linux/arm64 is not supported. Also see timpalpant/mprofile#3.

v0.1.16 -Minor Release

27 Jul 13:09
Compare
Choose a tag to compare
release 0.1.16

v0.1.15 - Maintenance Release

26 Jul 18:30
Compare
Choose a tag to compare
change flask dependency to ^2.1.3

v0.1.14 - Maintenance Release

18 Jul 17:48
Compare
Choose a tag to compare

Add noop routes on not supported platforms(mac, windows)

v0.1.13 - First Release

17 Jul 19:12
Compare
Choose a tag to compare

Blueprint for pprof profiling endpoints a la GO's that can be added to python Flask applications. flask-pypprof is a wrapper of pypprof

you will be able to access the following endpoints:

  • /debug/pprof/profile: will return a CPU profile
  • /debug/pprof/heap: will return a heap profile
  • /debug/pprof/thread: will return a thread profile