Package buildbot :: Package db :: Module pool
[frames] | no frames]

Module pool

source code

Classes
  DBThreadPool
Functions
 
timed_do_fn(f)
Decorate a do function to log before, after, and elapsed time, with the name of the calling function.
source code
Variables
  debug = False
  __package__ = 'buildbot.db'
Function Details

timed_do_fn(f)

source code 

Decorate a do function to log before, after, and elapsed time, with the name of the calling function. This is not speedy!