OpenQuizz
Une application de gestion des contenus pédagogiques
|
Data Structures | |
class | ProfilerMiddleware |
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