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