Public Member Functions | |
def | __init__ |
def | add_function |
Public Attributes | |
functions |
A cycle made from recursive function calls.
Definition at line 200 of file gprof2dot.py.
def gprof2dot.Cycle.__init__ | ( | self | ) |
Definition at line 203 of file gprof2dot.py.
def gprof2dot.Cycle.add_function | ( | self, | |
function | |||
) |
Definition at line 208 of file gprof2dot.py.
References gprof2dot.Cycle.add_function(), and gprof2dot.Cycle.functions.
Referenced by gprof2dot.Cycle.add_function().
Definition at line 206 of file gprof2dot.py.
Referenced by gprof2dot.Profile._call_ratios_cycle(), gprof2dot.Profile._integrate_call(), gprof2dot.Profile._integrate_cycle(), gprof2dot.Profile._integrate_cycle_function(), gprof2dot.Profile._rank_cycle_function(), gprof2dot.Profile._tarjan(), gprof2dot.Cycle.add_function(), gprof2dot.Profile.add_function(), gprof2dot.Profile.call_ratios(), gprof2dot.Profile.dump(), gprof2dot.GprofParser.parse(), gprof2dot.GprofParser.parse_function_entry(), gprof2dot.Profile.prune(), and gprof2dot.Profile.validate().