Esempio n. 1
0
               "perfsuitedir"     : os.getcwd(),
               "TimeSizeEvents"   : 100        ,
               "TimeSizeCandles"      : "",
               "TimeSizePUCandles"      : "",
               "IgProfEvents"     : 0          ,
               "IgProfCandles"        : ""       ,
               "IgProfPUCandles"        : ""       ,
               "CallgrindEvents"  : 0          ,
               "CallgrindCandles"     : ""       ,
               "CallgrindPUCandles"     : ""       ,
               "MemcheckEvents"   : 0          ,
               "MemcheckCandles"      : ""          ,
               "MemcheckPUCandles"      : ""          ,
               "cmsScimark"       : 10         ,
               "cmsScimarkLarge"  : 10         ,
               "cmsdriverOptions" : cmsRelValCmd.get_cmsDriverOptions(), #Get these options automatically now!
               "stepOptions"      : ""         ,
               "quicktest"        : False      ,
               "profilers"        : ""         ,
               "cpus"             : "1"        ,
               "cores"            : cmsCpuInfo.get_NumOfCores(), #Get this option automatically
               "prevrel"          : ""         ,
               "isAllCandles"     : True       ,
               #"candles"          : CandlesString[1:]    ,
               "bypasshlt"        : False      ,
               "runonspare"       : True       ,
               "logfile"          : os.path.join(os.getcwd(),"cmsPerfSuite.log")}

def optionparse():
    global _outputdir
    parser = opt.OptionParser(usage=("""%s [Options]""" % _PROG_NAME))
Esempio n. 2
0
               "perfsuitedir"     : os.getcwd(),
               "TimeSizeEvents"   : 100        ,
               "TimeSizeCandles"      : "",
               "TimeSizePUCandles"      : "",
               "IgProfEvents"     : 0          ,
               "IgProfCandles"        : ""       ,
               "IgProfPUCandles"        : ""       ,
               "CallgrindEvents"  : 0          ,
               "CallgrindCandles"     : ""       ,
               "CallgrindPUCandles"     : ""       ,
               "MemcheckEvents"   : 0          ,
               "MemcheckCandles"      : ""          ,
               "MemcheckPUCandles"      : ""          ,
               "cmsScimark"       : 10         ,
               "cmsScimarkLarge"  : 10         ,
               "cmsdriverOptions" : cmsRelValCmd.get_cmsDriverOptions(), #Get these options automatically now!
               "stepOptions"      : ""         ,
               "quicktest"        : False      ,
               "profilers"        : ""         ,
               "cpus"             : "1"        ,
               "cores"            : cmsCpuInfo.get_NumOfCores(), #Get this option automatically
               "prevrel"          : ""         ,
               "isAllCandles"     : True       ,
               #"candles"          : CandlesString[1:]    ,
               "bypasshlt"        : False      ,
               "runonspare"       : True       ,
               "logfile"          : os.path.join(os.getcwd(),"cmsPerfSuite.log")}

def optionparse():
    global _outputdir
    parser = opt.OptionParser(usage=("""%s [Options]""" % _PROG_NAME))