Functions | |
def | main |
def | usage |
Variables | |
list | cmssw_base = os.environ["CMSSW_BASE"] |
list | cmssw_release_base = os.environ["CMSSW_RELEASE_BASE"] |
list | cmssw_version = os.environ["CMSSW_VERSION"] |
list | host = os.environ["HOST"] |
string | Script = "cmsPerfSuite.py" |
list | user = os.environ["USER"] |
def cmsBenchmark.main | ( | argv | ) |
Definition at line 76 of file cmsBenchmark.py.
References usage().
def cmsBenchmark.usage | ( | ) |
Definition at line 73 of file cmsBenchmark.py.
Referenced by main().
list cmsBenchmark.cmssw_base = os.environ["CMSSW_BASE"] |
Definition at line 60 of file cmsBenchmark.py.
Referenced by fit::RootMinuitCommands< Function >.init(), metsig::SignAlgoResolutions.initializeJetResolutions(), and main().
list cmsBenchmark.cmssw_release_base = os.environ["CMSSW_RELEASE_BASE"] |
Definition at line 61 of file cmsBenchmark.py.
Referenced by fit::RootMinuitCommands< Function >.init(), metsig::SignAlgoResolutions.initializeJetResolutions(), and main().
list cmsBenchmark.cmssw_version = os.environ["CMSSW_VERSION"] |
Definition at line 62 of file cmsBenchmark.py.
list cmsBenchmark.host = os.environ["HOST"] |
Definition at line 63 of file cmsBenchmark.py.
string cmsBenchmark.Script = "cmsPerfSuite.py" |
Definition at line 67 of file cmsBenchmark.py.
list cmsBenchmark.user = os.environ["USER"] |
Definition at line 64 of file cmsBenchmark.py.