![]() |
ATLAS Offline Software
|
Functions | |
| main () | |
| C++ style main function. | |
| makePdf (input_file, output_file) | |
| Function making a PDF file from the profile file. | |
| makeCallgrind (input_file, output_file) | |
| Function making a callgrind file from the profile file. | |
| aprof.main | ( | ) |
C++ style main function.
This function takes care of running pprof with the correct arguments
Definition at line 18 of file aprof.py.
| 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.
| 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.