module documentation

This module provides a middleware that profiles each request with the cProfile module. This can help identify bottlenecks in your code that may be slowing down your application.

Unknown Field: copyright
2007 Pallets
Unknown Field: license
BSD-3-Clause
Class ​Profiler​Middleware Wrap a WSGI application and profile the execution of each request. Responses are buffered so that timings are more exact.