Functions | |
def | addHarvest (process) |
def | addOutput (process) |
def | addPrint (process) |
def | addService (process, multirun=False) |
def | customise_timer_service (process) |
def | customise_timer_service_multirun (process) |
def | customise_timer_service_print (process) |
def | customise_timer_service_singlejob (process) |
def FastTimer.addHarvest | ( | process | ) |
def FastTimer.addOutput | ( | process | ) |
Definition at line 47 of file FastTimer.py.
Referenced by customise_timer_service(), and customise_timer_service_multirun().
def FastTimer.addPrint | ( | process | ) |
Definition at line 57 of file FastTimer.py.
Referenced by customise_timer_service_print().
def FastTimer.addService | ( | process, | |
multirun = False |
|||
) |
Definition at line 3 of file FastTimer.py.
Referenced by cond::auth::DecodingKey.addDefaultService(), customise_timer_service(), customise_timer_service_multirun(), customise_timer_service_print(), and customise_timer_service_singlejob().
def FastTimer.customise_timer_service | ( | process | ) |
def FastTimer.customise_timer_service_multirun | ( | process | ) |
Definition at line 94 of file FastTimer.py.
References addOutput(), and addService().
def FastTimer.customise_timer_service_print | ( | process | ) |
Definition at line 99 of file FastTimer.py.
References addPrint(), and addService().
def FastTimer.customise_timer_service_singlejob | ( | process | ) |
Definition at line 89 of file FastTimer.py.
References addHarvest(), and addService().