module documentation

Application Profiler ==================== This module provides a middleware that profiles each request with the :mod:`cProfile` module. This can help identify bottlenecks in your code that may be slowing down your application. .. autoclass:: ProfilerMiddleware :copyright: 2007 Pallets :license: BSD-3-Clause

Class ProfilerMiddleware Wrap a WSGI application and profile the execution of each request. Responses are buffered so that timings are more exact.