Public Member Functions | |
def | __init__ |
def | get_function_name |
def | get_function |
def | parse |
Public Attributes | |
stats | |
profile | |
function_ids |
Parser python profiling statistics saved with te pstats module.
Definition at line 1453 of file gprof2dot.py.
def gprof2dot.PstatsParser.__init__ | ( | self, | |
filename | |||
) |
Definition at line 1456 of file gprof2dot.py.
def gprof2dot.PstatsParser.get_function | ( | self, | |
key | |||
) |
Definition at line 1467 of file gprof2dot.py.
References gprof2dot.PstatsParser.function_ids, and gprof2dot.PstatsParser.get_function_name().
Referenced by gprof2dot.PstatsParser.parse().
def gprof2dot.PstatsParser.get_function_name | ( | self, | |
filename, | |||
line, | |||
name | |||
) |
Definition at line 1462 of file gprof2dot.py.
Referenced by gprof2dot.PstatsParser.get_function().
def gprof2dot.PstatsParser.parse | ( | self | ) |
Definition at line 1480 of file gprof2dot.py.
References gprof2dot.PstatsParser.get_function(), irc_cs_task_regression.max, gprof2dot.PstatsParser.profile, and gprof2dot.ratio().
Definition at line 1460 of file gprof2dot.py.
Referenced by gprof2dot.PstatsParser.get_function().
Definition at line 1459 of file gprof2dot.py.
Referenced by gprof2dot.PstatsParser.parse(), and gprof2dot.Main.write_graph().
Definition at line 1458 of file gprof2dot.py.
Referenced by memTest.MemTest.addError(), memTest.MemTest.addFailure(), memTest.MemTest.addSuccess(), memTest.MemTest.report(), and asap.scantable.scantable.stddev().