Functions | |
def | harvest |
Harvest all data from a perfsuite directory (if cpu subdirectories exist, it will examine them) More... | |
def | optionParse |
Parse options. More... | |
def | visit |
Retrieve data from a perf suite output (sub) directory, only examines TimeSize at the moment. More... | |
def | visit_timesize_steps |
Harvest information from a timesize directory, currently only retrieves TimingReport information. More... | |
Variables | |
tuple | _PROG_NAME = os.path.basename(sys.argv[0]) |
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 optionParse(), 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 67 of file cmsPerfHarvest.py.
References visit_timesize_steps().
Referenced by Config.Process._insertPaths(), harvest(), ConfigBuilder.ConfigBuilder.PrintAllModules.leave(), ConfigBuilder.ConfigBuilder.renameHLTprocessInSequence(), and rerunParticleFlow.updateInputTags().
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().
tuple cmsPerfHarvest._PROG_NAME = os.path.basename(sys.argv[0]) |
Definition at line 7 of file cmsPerfHarvest.py.