Public Member Functions | |
def | __init__ |
def | add_entry |
def | add_callee |
def | parse |
Public Attributes | |
stack | |
entries |
Parser for MacOSX Shark output. Author: tom@dbservice.com
Definition at line 1191 of file gprof2dot.py.
def gprof2dot.SharkParser.__init__ | ( | self, | |
infile | |||
) |
Reimplemented from gprof2dot.LineParser.
Definition at line 1197 of file gprof2dot.py.
def gprof2dot.SharkParser.add_callee | ( | self, | |
function, | |||
callee | |||
) |
Definition at line 1211 of file gprof2dot.py.
References gprof2dot.OprofileParser.entries, and gprof2dot.SharkParser.entries.
Referenced by gprof2dot.SharkParser.parse().
def gprof2dot.SharkParser.add_entry | ( | self, | |
function | |||
) |
Definition at line 1202 of file gprof2dot.py.
References gprof2dot.OprofileParser.entries, and gprof2dot.SharkParser.entries.
Referenced by gprof2dot.SharkParser.parse().
def gprof2dot.SharkParser.parse | ( | self | ) |
Reimplemented from gprof2dot.Parser.
Definition at line 1220 of file gprof2dot.py.
References gprof2dot.SharkParser.add_callee(), gprof2dot.OprofileParser.add_entry(), gprof2dot.SharkParser.add_entry(), gprof2dot.LineParser.consume(), gprof2dot.LineParser.lookahead(), gprof2dot.LineParser.readline(), and gprof2dot.SharkParser.stack.
Definition at line 1200 of file gprof2dot.py.
Referenced by gprof2dot.SharkParser.add_callee(), and gprof2dot.SharkParser.add_entry().
Definition at line 1199 of file gprof2dot.py.
Referenced by task_sdplot.sdplot_worker.__setup_plotter(), gprof2dot.SharkParser.parse(), tests.test_sdplot.sdplot_storageTest.testDF(), tests.test_sdplot.sdplot_storageTest.testDT(), tests.test_sdplot.sdplot_storageTest.testMF(), and tests.test_sdplot.sdplot_storageTest.testMT().