ATLAS Offline Software
Loading...
Searching...
No Matches
vtune_athena.py File Reference

Go to the source code of this file.

Namespaces

namespace  vtune_athena

Functions

 vtune_athena.checkAthenaSetup ()
 Check Athena Setup.
 vtune_athena.checkVTuneSetup ()
 Check VTune Setup.
 vtune_athena.generateJOFragment (fileName, firstEvent, lastEvent)
 AutoGen a jobOptions fragment.
 vtune_athena.main ()
 Main Function.

Variables

str vtune_athena.fmt = '%(asctime)s :: %(levelname)-8s :: %(message)s'
str 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)