ATLAS Offline Software
Loading...
Searching...
No Matches
perfmonmt-printer.py File Reference

Go to the source code of this file.

Namespaces

namespace  perfmonmt-printer

Functions

 perfmonmt-printer.printHeader ()
 perfmonmt-printer.printFooter ()
 perfmonmt-printer.printComponentLevelInfo (execOnly=True, orderBy='cpuTime', maxComps=-1)
 perfmonmt-printer.printEventLevelInfo ()
 perfmonmt-printer.printSnapshotsInfo ()
 perfmonmt-printer.printSystemInfo ()
 perfmonmt-printer.printEnvironmentInfo ()
 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)