Releases: dpsoft/flask-pypprof
Releases · dpsoft/flask-pypprof
v0.1.18 - Maintenance Release
v0.1.17 - Maintenance Release
Only works on linux/amd64 or at least linux/arm64 is not supported. Also see timpalpant/mprofile#3.
v0.1.16 -Minor Release
release 0.1.16
v0.1.15 - Maintenance Release
change flask dependency to ^2.1.3
v0.1.14 - Maintenance Release
Add noop routes on not supported platforms(mac, windows)
v0.1.13 - First Release
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