initialization.timing#

Functions#

init_timing(app)

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_handlers initializer, but it’s in a separate module so that it can be initialized separately, only in development mode.