Functions | |
def | harvest (perfdir) |
Harvest all data from a perfsuite directory (if cpu subdirectories exist, it will examine them) More... | |
def | optionParse () |
Parse options. More... | |
def | visit (visitdir) |
Retrieve data from a perf suite output (sub) directory, only examines TimeSize at the moment. More... | |
def | visit_timesize_steps (candle, profsetdir) |
Harvest information from a timesize directory, currently only retrieves TimingReport information. More... | |
Variables | |
_PROG_NAME | |
perfdir | |
def cmsPerfHarvest.harvest | ( | perfdir | ) |
Harvest all data from a perfsuite directory (if cpu subdirectories exist, it will examine them)
Definition at line 100 of file cmsPerfHarvest.py.
References edm.print(), and visit().
def cmsPerfHarvest.optionParse | ( | ) |
def cmsPerfHarvest.visit | ( | visitdir | ) |
Retrieve data from a perf suite output (sub) directory, only examines TimeSize at the moment.
Definition at line 68 of file cmsPerfHarvest.py.
References edm.print(), str, and visit_timesize_steps().
Referenced by harvest(), ConfigBuilder.ConfigBuilder.renameHLTprocessInSequence(), and Config.TestModuleCommand.testGlobalReplace().
def cmsPerfHarvest.visit_timesize_steps | ( | candle, | |
profsetdir | |||
) |
Harvest information from a timesize directory, currently only retrieves TimingReport information.
Definition at line 38 of file cmsPerfHarvest.py.
References edm.print().
Referenced by visit().
|
private |
Definition at line 8 of file cmsPerfHarvest.py.
cmsPerfHarvest.perfdir |
Definition at line 127 of file cmsPerfHarvest.py.