Flask-pypprof

Latest version: v0.1.18

Safety actively analyzes 623360 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.1.18

* Support for Python **3.11**.
* Update **zprofile** to latest version.
* Allow to enable memory profiler by **MEMORY_PROFILER_ENABLED** environment variable.

0.1.17

Only works on **linux/amd64** or at least **linux/arm64** is not supported. Also see https://github.com/timpalpant/mprofile/issues/3.

0.1.16

0.1.15

0.1.14

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

0.1.13

Blueprint for pprof profiling endpoints a la GO's that can be added to python Flask applications. flask-pypprof is a wrapper of [pypprof](https://github.com/timpalpant/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

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.