Public Member Functions | |
def | main |
def | strip_function_name |
def | wrap_function_name |
def | compress_function_name |
def | write_graph |
Public Attributes | |
theme | |
profile | |
output | |
Static Public Attributes | |
dictionary | themes |
Static Private Attributes | |
tuple | _parenthesis_re |
tuple | _angles_re |
tuple | _const_re |
Main program.
Definition at line 1810 of file gprof2dot.py.
def gprof2dot.Main.compress_function_name | ( | self, | |
name | |||
) |
Compress function name according to the user preferences.
Definition at line 1949 of file gprof2dot.py.
References gprof2dot.Main.strip_function_name(), and gprof2dot.Main.wrap_function_name().
Referenced by gprof2dot.Main.write_graph().
def gprof2dot.Main.main | ( | self | ) |
Main program.
Definition at line 1820 of file gprof2dot.py.
References memTest.MemTest.options().
Referenced by gprof2dot.Main.write_graph().
def gprof2dot.Main.strip_function_name | ( | self, | |
name | |||
) |
Remove extraneous information from C++ demangled function names.
Definition at line 1912 of file gprof2dot.py.
Referenced by gprof2dot.Main.compress_function_name().
def gprof2dot.Main.wrap_function_name | ( | self, | |
name | |||
) |
Split the function name on multiple lines.
Definition at line 1932 of file gprof2dot.py.
References irc_cs_task_regression.max.
Referenced by gprof2dot.Main.compress_function_name().
def gprof2dot.Main.write_graph | ( | self | ) |
Definition at line 1962 of file gprof2dot.py.
References gprof2dot.Main.compress_function_name(), gprof2dot.Main.main(), gprof2dot.Main.output, gprof2dot.PstatsParser.profile, gprof2dot.Main.profile, and gprof2dot.Main.theme.
tuple gprof2dot.Main._angles_re [static, private] |
Definition at line 1909 of file gprof2dot.py.
tuple gprof2dot.Main._const_re [static, private] |
Definition at line 1910 of file gprof2dot.py.
tuple gprof2dot.Main._parenthesis_re [static, private] |
Definition at line 1908 of file gprof2dot.py.
Definition at line 1902 of file gprof2dot.py.
Referenced by gprof2dot.Main.write_graph().
Definition at line 1899 of file gprof2dot.py.
Referenced by gprof2dot.Main.write_graph().
Definition at line 1864 of file gprof2dot.py.
Referenced by gprof2dot.Main.write_graph().
dictionary gprof2dot.Main.themes [static] |
Definition at line 1813 of file gprof2dot.py.