Public Member Functions | |
def | __init__ |
def | add_call |
def | __repr__ |
Public Attributes | |
id | |
name | |
calls | |
cycle |
A function.
Definition at line 179 of file gprof2dot.py.
def gprof2dot.Function.__init__ | ( | self, | |
id, | |||
name | |||
) |
Definition at line 182 of file gprof2dot.py.
def gprof2dot.Function.__repr__ | ( | self | ) |
Definition at line 196 of file gprof2dot.py.
References gprof2dot.Event.name, and gprof2dot.Function.name.
def gprof2dot.Function.add_call | ( | self, | |
call | |||
) |
Definition at line 189 of file gprof2dot.py.
References gprof2dot.Function.calls, and gprof2dot.Function.id.
Definition at line 186 of file gprof2dot.py.
Referenced by gprof2dot.Function.add_call().
Definition at line 187 of file gprof2dot.py.
Definition at line 184 of file gprof2dot.py.
Referenced by gprof2dot.Function.add_call(), gprof2dot.DotWriter.attr_list(), gprof2dot.DotWriter.edge(), and gprof2dot.DotWriter.node().
Definition at line 185 of file gprof2dot.py.
Referenced by gprof2dot.Function.__repr__().