initialization.timing#
Functions#
|
Main entry point of the module. |
Module Contents#
- initialization.timing.init_timing(app)[source]#
Main entry point of the module.
It assigns request and SQL measurement callbacks around every request handler. It might arguably be part of the
global_handlersinitializer, but it’s in a separate module so that it can be initialized separately, only in development mode.