CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions | Variables
cmsPerfStripChart.py File Reference

Go to the source code of this file.

Namespaces

 cmsPerfStripChart
 

Functions

def cmsPerfStripChart.get_yaxis_range
 
def cmsPerfStripChart.operate
 

Variables

string cmsPerfStripChart.action = 'store'
 
string cmsPerfStripChart.default = ''
 
string cmsPerfStripChart.dest = 'timelog'
 
tuple cmsPerfStripChart.dict = json.load(json_db)
 
string cmsPerfStripChart.format = "\n { \"strips\" :\n"
 Some error handling for the usage. More...
 
string cmsPerfStripChart.help = 'input file TIMELOG, the output of cmsTiming_parser.py'
 
tuple cmsPerfStripChart.json_db = open(options.json_f, "r+")
 
string cmsPerfStripChart.metavar = 'TIMELOG'
 
tuple cmsPerfStripChart.parser = optparse.OptionParser(usage)
 
tuple cmsPerfStripChart.script_name = os.path.basename(__file__)
 Definition of command usage. More...
 
string cmsPerfStripChart.usage = script_name+' <options> -t TIMELOG -m MEMLOG'