![]() |
ATLAS Offline Software
|
Functions | |
| checkAthenaSetup () | |
| Check Athena Setup. | |
| checkVTuneSetup () | |
| Check VTune Setup. | |
| generateJOFragment (fileName, firstEvent, lastEvent) | |
| AutoGen a jobOptions fragment. | |
| main () | |
| Main Function. | |
Variables | |
| str | fmt = '%(asctime)s :: %(levelname)-8s :: %(message)s' |
| str | datefmt = '%m/%d/%Y %H:%M' |
| logger = logging.getLogger(__name__) | |
| level | |
| format | |
| filename | |
| filemode | |
| console = logging.StreamHandler() | |
| formatter = logging.Formatter(fmt,datefmt=datefmt) | |
| vtune_athena.checkAthenaSetup | ( | ) |
Check Athena Setup.
Definition at line 26 of file vtune_athena.py.
| vtune_athena.checkVTuneSetup | ( | ) |
Check VTune Setup.
Definition at line 37 of file vtune_athena.py.
| vtune_athena.generateJOFragment | ( | fileName, | |
| firstEvent, | |||
| lastEvent ) |
AutoGen a jobOptions fragment.
Definition at line 48 of file vtune_athena.py.
| vtune_athena.main | ( | ) |
Main Function.
Main function that parses user inputs, prepares and runs the tests
Definition at line 60 of file vtune_athena.py.
| vtune_athena.console = logging.StreamHandler() |
Definition at line 18 of file vtune_athena.py.
| vtune_athena.datefmt = '%m/%d/%Y %H:%M' |
Definition at line 11 of file vtune_athena.py.
| vtune_athena.filemode |
Definition at line 17 of file vtune_athena.py.
| vtune_athena.filename |
Definition at line 16 of file vtune_athena.py.
| str vtune_athena.fmt = '%(asctime)s :: %(levelname)-8s :: %(message)s' |
Definition at line 10 of file vtune_athena.py.
| vtune_athena.format |
Definition at line 14 of file vtune_athena.py.
Definition at line 19 of file vtune_athena.py.
| vtune_athena.level |
Definition at line 13 of file vtune_athena.py.
| vtune_athena.logger = logging.getLogger(__name__) |
Definition at line 12 of file vtune_athena.py.