Functions | |
def | activityName (activity) |
def | findMatchingTransition (sync, containers) |
def | jsonInfo (parser, temporal) |
def | jsonModuleTransition (type, id, modID, callID, activity, start, finish=0) |
def | jsonTransition (type, id, sync, start, finish, isSrc=False) |
def | jsonVisualizationInfo (parser) |
def | lineParserFactory (step, payload, moduleNames, esModuleNames, recordNames, moduleCentric) |
def | printHelp () |
def | processingStepsFromFile (f, moduleNames, esModuleNames, recordNames, moduleCentric) |
def | runTests () |
def | sortByAttribute (parser, attribute) |
def | startTime (x) |
def | textOutput (parser) |
def | textPrefix_ (time, indentLevel) |
def | transitionIndentLevel (transition) |
def | transitionIsGlobal (transition) |
def | transitionName (transition) |
def edmModuleAllocMonitorAnalyze.activityName | ( | activity | ) |
Definition at line 99 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.ModuleData.toSimpleDict().
def edmModuleAllocMonitorAnalyze.findMatchingTransition | ( | sync, | |
containers | |||
) |
Definition at line 412 of file edmModuleAllocMonitorAnalyze.py.
References print(), and FastTimerService_cff.range.
Referenced by edmModuleAllocMonitorAnalyze.PreFrameworkTransitionParser.jsonVisInfo(), and edmModuleAllocMonitorAnalyze.PostFrameworkTransitionParser.jsonVisInfo().
def edmModuleAllocMonitorAnalyze.jsonInfo | ( | parser, | |
temporal | |||
) |
Definition at line 1198 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.TestModuleCommand.testJson(), and edmModuleAllocMonitorAnalyze.TestModuleCommand.testJsonTemporal().
def edmModuleAllocMonitorAnalyze.jsonModuleTransition | ( | type, | |
id, | |||
modID, | |||
callID, | |||
activity, | |||
start, | |||
finish = 0 |
|||
) |
Definition at line 1191 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.EDModuleTransitionParser._preJsonVis(), edmModuleAllocMonitorAnalyze.ESModuleTransitionParser._preJsonVis(), and edmModuleAllocMonitorAnalyze.PostEDModuleAcquireParser.jsonVisInfo().
def edmModuleAllocMonitorAnalyze.jsonTransition | ( | type, | |
id, | |||
sync, | |||
start, | |||
finish, | |||
isSrc = False |
|||
) |
Definition at line 1188 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.PreFrameworkTransitionParser.jsonVisInfo().
def edmModuleAllocMonitorAnalyze.jsonVisualizationInfo | ( | parser | ) |
Definition at line 1221 of file edmModuleAllocMonitorAnalyze.py.
References mps_setup.append.
Referenced by edmModuleAllocMonitorAnalyze.TestModuleCommand.testFullVisualization(), and edmModuleAllocMonitorAnalyze.TestModuleCommand.testModuleCentricVisualization().
def edmModuleAllocMonitorAnalyze.lineParserFactory | ( | step, | |
payload, | |||
moduleNames, | |||
esModuleNames, | |||
recordNames, | |||
moduleCentric | |||
) |
Definition at line 893 of file edmModuleAllocMonitorAnalyze.py.
References edm::errors.LogicError.
Referenced by processingStepsFromFile().
def edmModuleAllocMonitorAnalyze.printHelp | ( | ) |
Definition at line 9 of file edmModuleAllocMonitorAnalyze.py.
def edmModuleAllocMonitorAnalyze.processingStepsFromFile | ( | f, | |
moduleNames, | |||
esModuleNames, | |||
recordNames, | |||
moduleCentric | |||
) |
Definition at line 930 of file edmModuleAllocMonitorAnalyze.py.
References lineParserFactory(), and mkLumiAveragedPlots.tuple.
Referenced by edmModuleAllocMonitorAnalyze.ModuleAllocCompactFileParser.processingSteps().
def edmModuleAllocMonitorAnalyze.runTests | ( | ) |
Definition at line 1475 of file edmModuleAllocMonitorAnalyze.py.
def edmModuleAllocMonitorAnalyze.sortByAttribute | ( | parser, | |
attribute | |||
) |
Definition at line 1211 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.TestModuleCommand.testSortBy().
def edmModuleAllocMonitorAnalyze.startTime | ( | x | ) |
Definition at line 1195 of file edmModuleAllocMonitorAnalyze.py.
def edmModuleAllocMonitorAnalyze.textOutput | ( | parser | ) |
Definition at line 999 of file edmModuleAllocMonitorAnalyze.py.
References print().
def edmModuleAllocMonitorAnalyze.textPrefix_ | ( | time, | |
indentLevel | |||
) |
Definition at line 190 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.FrameworkTransitionParser.textPrefix(), edmModuleAllocMonitorAnalyze.SourceTransitionParser.textPrefix(), edmModuleAllocMonitorAnalyze.EDModuleTransitionParser.textPrefix(), and edmModuleAllocMonitorAnalyze.ESModuleTransitionParser.textPrefix().
def edmModuleAllocMonitorAnalyze.transitionIndentLevel | ( | transition | ) |
Definition at line 163 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.EDModuleTransitionParser.baseIndentLevel(), edmModuleAllocMonitorAnalyze.ESModuleTransitionParser.baseIndentLevel(), and edmModuleAllocMonitorAnalyze.FrameworkTransitionParser.indentLevel().
def edmModuleAllocMonitorAnalyze.transitionIsGlobal | ( | transition | ) |
Definition at line 187 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.EDModuleTransitionParser._postJsonVis(), edmModuleAllocMonitorAnalyze.ESModuleTransitionParser._postJsonVis(), edmModuleAllocMonitorAnalyze.EDModuleTransitionParser._preJsonVis(), edmModuleAllocMonitorAnalyze.ESModuleTransitionParser._preJsonVis(), edmModuleAllocMonitorAnalyze.SyncValues.get(), edmModuleAllocMonitorAnalyze.PreFrameworkTransitionParser.jsonVisInfo(), and edmModuleAllocMonitorAnalyze.PostFrameworkTransitionParser.jsonVisInfo().
def edmModuleAllocMonitorAnalyze.transitionName | ( | transition | ) |
Definition at line 132 of file edmModuleAllocMonitorAnalyze.py.
Referenced by edmModuleAllocMonitorAnalyze.ModuleData.toSimpleDict().
edmModuleAllocMonitorAnalyze.action |
Definition at line 1492 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.activityNames_ |
Definition at line 93 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.args |
Definition at line 1508 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.default |
Definition at line 1495 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.description |
Definition at line 1485 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.epilog |
Definition at line 1487 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.formatter_class |
Definition at line 1486 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.globalTransitions_ |
Definition at line 166 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.help |
Definition at line 1490 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.indent |
Definition at line 1515 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.kLargestLumiNumber |
Definition at line 52 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.kMicroToSec |
Definition at line 47 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.kSourceDelayedRead |
Definition at line 50 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.kSourceFindEvent |
Definition at line 49 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.parser |
Definition at line 1485 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.stdout |
Definition at line 1515 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.transitionsToFindMatch_ |
Definition at line 425 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.transitionToIndent_ |
Definition at line 135 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.transitionToNames_ |
Definition at line 102 of file edmModuleAllocMonitorAnalyze.py.
edmModuleAllocMonitorAnalyze.type |
Definition at line 1489 of file edmModuleAllocMonitorAnalyze.py.