ATLAS Offline Software
|
Functions | |
def | main () |
C++ style main function. More... | |
def | makePdf (input_file, output_file) |
Function making a PDF file from the profile file. More... | |
def | makeCallgrind (input_file, output_file) |
Function making a callgrind file from the profile file. More... | |
def aprof.main | ( | ) |
def aprof.makeCallgrind | ( | input_file, | |
output_file | |||
) |
Function making a callgrind file from the profile file.
This function is used to make a callgrind file from the profile file produced by gathena.py.
input_file | Profile file created in a profiled job |
output_file | Name of the output PDF file to be created |
Definition at line 96 of file aprof.py.
def aprof.makePdf | ( | input_file, | |
output_file | |||
) |
Function making a PDF file from the profile file.
This function is used to make a meaningful PDF from the profile file produced by gathena.py.
input_file | Profile file created in a profiled job |
output_file | Name of the output PDF file to be created |
Definition at line 74 of file aprof.py.