Functions | |
def | get_max_error |
def | get_min_error |
def | operate |
Variables | |
string | action = 'store' |
string | default = '' |
string | dest = 'timelog' |
tuple | dict = json.load(json_db) |
string | format = "\n { \"strips\" :\n" |
Some error handling for the usage. More... | |
string | help = 'input file TIMELOG, the output of cmsTiming_parser.py' |
tuple | json_db = open(options.json_f, "r+") |
string | metavar = 'TIMELOG' |
tuple | parser = optparse.OptionParser(usage) |
tuple | script_name = os.path.basename(__file__) |
Definition of command usage. More... | |
string | usage = script_name+' <options> -t TIMELOG -m MEMLOG' |
def cmsPerfStripChart.get_max_error | ( | list | ) |
def cmsPerfStripChart.get_min_error | ( | list | ) |
def cmsPerfStripChart.operate | ( | timelog, | |
memlog, | |||
json_f, | |||
num | |||
) |
Definition at line 24 of file cmsPerfStripChart.py.
References python.multivaluedict.append(), get_max_error(), get_min_error(), and split.
Referenced by evf::FUEventProcessor.attachDqmToShm(), edm::EventProcessor.beginJob(), edm::SubProcess.beginJob(), edm::SubProcess.clearCounters(), edm::SubProcess.closeOutputFiles(), edm::serviceregistry::ServicesManager.createServices(), evf::FUEventProcessor.detachDqmFromShm(), edm::SubProcess.doBeginLuminosityBlock(), edm::SubProcess.doBeginRun(), edm::SubProcess.doEndLuminosityBlock(), edm::SubProcess.doEndRun(), edm::SubProcess.doEvent(), edm::SubProcess.enableEndPaths(), edm::EventProcessor.endJob(), edm::SubProcess.endJob(), edm::SubProcess.endPathsEnabled(), spf::SherpackFetcher.FnFileGet(), edm::EventProcessor.forkProcess(), evf::FWEPWrapper.getTriggerReport(), edm::SubProcess.getTriggerReport(), evf::FWEPWrapper.init(), edm::EventProcessor.init(), evf::iDie.initFramework(), cond::Utilities.initializePluginManager(), HPDNoiseLibraryReader.initializeServices(), main(), evf::FWEPWrapper.makeServicesOnly(), evf::FWEPWrapper.microState(), evf::FWEPWrapper.moduleWeb(), evf::FWEPWrapper.monitoring(), edm::SubProcess.openNewOutputFilesIfNeeded(), edm::SubProcess.openOutputFiles(), edm::SubProcess.postForkReacquireResources(), edm::SubProcess.preForkReleaseResources(), edm::SubProcess.respondToCloseInputFile(), edm::SubProcess.respondToCloseOutputFiles(), edm::SubProcess.respondToOpenInputFile(), edm::SubProcess.respondToOpenOutputFiles(), edm::EventProcessor.rewind(), edm::EventProcessor.runCommon(), evf::FWEPWrapper.serviceWeb(), evf::FUEventProcessor.setAttachDqmToShm(), edm::SubProcess.shouldWeCloseOutput(), edm::EventProcessor.skip(), evf::FWEPWrapper.stopAndHalt(), edm::SubProcess.SubProcess(), evf::FWEPWrapper.taskWebPage(), edm::SubProcess.terminate(), edm::SubProcess.totalEventsFailed(), edm::SubProcess.totalEventsPassed(), edm::SubProcess.writeLumi(), and edm::SubProcess.writeRun().
string cmsPerfStripChart.action = 'store' |
Definition at line 249 of file cmsPerfStripChart.py.
string cmsPerfStripChart.default = '' |
Definition at line 251 of file cmsPerfStripChart.py.
string cmsPerfStripChart.dest = 'timelog' |
Definition at line 250 of file cmsPerfStripChart.py.
tuple cmsPerfStripChart.dict = json.load(json_db) |
Definition at line 308 of file cmsPerfStripChart.py.
string cmsPerfStripChart.format = "\n { \"strips\" :\n" |
Some error handling for the usage.
# Validity of .json file-database. #
Definition at line 290 of file cmsPerfStripChart.py.
Referenced by argparse.HelpFormatter._metavar_formatter(), python.rootplot.argparse.HelpFormatter._metavar_formatter(), sistrip::MeasureLA.calibration_key(), ComphepSingletopFilter.endJob(), SummaryPlotFactory< CommissioningAnalysis * >.fill(), fill_dups(), EmDQMReco::FourVectorMonitorElements.FourVectorMonitorElements(), MatacqProducer.getMatacqFile(), edm::service::IgProfService.makeDump(), IgProfModule.makeDump(), FastTimerService.preBeginRun(), MatacqProducer.runSubDir(), FWTriggerTableView.saveImageTo(), FWTableView.saveImageTo(), TrackingMaterialAnalyser.saveParameters(), FastTimerService.setNumberOfProcesses(), edm::root.stdNamespaceAdder(), sistrip::EnsembleCalibrationLA.write_ensembles_text(), edm::writeParameterValue.writeValue(), edm::writeParameterValue.writeValueInVector(), edm::writeParameterValue.writeValueInVectorWithSpace(), and edm::writeParameterValue.writeVector().
string cmsPerfStripChart.help = 'input file TIMELOG, the output of cmsTiming_parser.py' |
Definition at line 253 of file cmsPerfStripChart.py.
tuple cmsPerfStripChart.json_db = open(options.json_f, "r+") |
Definition at line 298 of file cmsPerfStripChart.py.
string cmsPerfStripChart.metavar = 'TIMELOG' |
Definition at line 252 of file cmsPerfStripChart.py.
tuple cmsPerfStripChart.parser = optparse.OptionParser(usage) |
Definition at line 247 of file cmsPerfStripChart.py.
tuple cmsPerfStripChart.script_name = os.path.basename(__file__) |
string cmsPerfStripChart.usage = script_name+' <options> -t TIMELOG -m MEMLOG' |
Definition at line 246 of file cmsPerfStripChart.py.