ATLAS Offline Software
Namespaces | Functions | Variables
perfmonmt-printer.py File Reference

Go to the source code of this file.

Namespaces

 perfmonmt-printer
 

Functions

def perfmonmt-printer.printHeader ()
 
def perfmonmt-printer.printFooter ()
 
def perfmonmt-printer.printComponentLevelInfo (execOnly=True, orderBy='cpuTime', maxComps=-1)
 
def perfmonmt-printer.printEventLevelInfo ()
 
def perfmonmt-printer.printSnapshotsInfo ()
 
def perfmonmt-printer.printSystemInfo ()
 
def perfmonmt-printer.printEnvironmentInfo ()
 
def perfmonmt-printer.printReport (data)
 

Variables

 perfmonmt-printer.parser = argparse.ArgumentParser(description = 'Script to print tables using PerfMonMTSvc JSON')
 
 perfmonmt-printer.type
 
 perfmonmt-printer.str
 
 perfmonmt-printer.required
 
 perfmonmt-printer.help
 
 perfmonmt-printer.nargs
 
 perfmonmt-printer.default
 
 perfmonmt-printer.choices
 
 perfmonmt-printer.dest
 
 perfmonmt-printer.action
 
 perfmonmt-printer.int
 
 perfmonmt-printer.args = parser.parse_args()
 
 perfmonmt-printer.tar = tarfile.open(args.input)
 
 perfmonmt-printer.f = tar.extractfile(member)
 
 perfmonmt-printer.data = json.load(f)