ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
vtune_athena | |
Functions | |
def | vtune_athena.checkAthenaSetup () |
Check Athena Setup. More... | |
def | vtune_athena.checkVTuneSetup () |
Check VTune Setup. More... | |
def | vtune_athena.generateJOFragment (fileName, firstEvent, lastEvent) |
AutoGen a jobOptions fragment. More... | |
def | vtune_athena.main () |
Main Function. More... | |
Variables | |
string | vtune_athena.fmt = '%(asctime)s :: %(levelname)-8s :: %(message)s' |
string | vtune_athena.datefmt = '%m/%d/%Y %H:%M' |
vtune_athena.logger = logging.getLogger(__name__) | |
vtune_athena.level | |
vtune_athena.format | |
vtune_athena.filename | |
vtune_athena.filemode | |
vtune_athena.console = logging.StreamHandler() | |
vtune_athena.formatter = logging.Formatter(fmt,datefmt=datefmt) | |