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 99 of file cmsPerfHarvest.py.
References 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 67 of file cmsPerfHarvest.py.
References harvestTrackValidationPlots.str, and visit_timesize_steps().
Referenced by harvest(), ConfigBuilder.ConfigBuilder.PrintAllModules.leave(), 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 37 of file cmsPerfHarvest.py.
Referenced by visit().
|
private |
Definition at line 7 of file cmsPerfHarvest.py.
cmsPerfHarvest.perfdir |
Definition at line 126 of file cmsPerfHarvest.py.