ATLAS Offline Software
Namespaces | Functions | Variables
library_scraper.py File Reference

Go to the source code of this file.

Namespaces

 library_scraper
 

Functions

def library_scraper.runProcess (infile)
 
def library_scraper.chomp (s)
 

Variables

string library_scraper.usage = "parses callgrind.out and creates web pages, and fills database with performance info"
 
 library_scraper.parser = argparse.ArgumentParser(description=usage)
 
string library_scraper.librarypathbase = './'
 
 library_scraper.action
 
 library_scraper.dest
 
 library_scraper.default
 
 library_scraper.help
 
string library_scraper.dbfile = '/afs/cern.ch/atlas/groups/Simulation/rtt/rttProfile.sqlite'
 
 library_scraper.args = parser.parse_args()
 
list library_scraper.dd = []
 
 library_scraper.result = re.search('lib\/lib(.*).so', infile)
 
 library_scraper.packagename = result.group(1)
 
def library_scraper.line = chomp(line)