Public Member Functions | |
def | __init__ |
def | __str__ |
def | addChild |
def | childTicks |
def | parentTicks |
def | recurTicks |
Definition at line 39 of file prof2calltree.py.
def prof2calltree.Node.__init__ | ( | me, | |
fid, | |||
name | |||
) |
Definition at line 40 of file prof2calltree.py.
def prof2calltree.Node.__str__ | ( | me | ) |
Definition at line 63 of file prof2calltree.py.
References prof2calltree.tostring().
def prof2calltree.Node.addChild | ( | me, | |
child_id | |||
) |
Definition at line 60 of file prof2calltree.py.
def prof2calltree.Node.childTicks | ( | me, | |
count | |||
) |
Definition at line 52 of file prof2calltree.py.
def prof2calltree.Node.parentTicks | ( | me, | |
count | |||
) |
Definition at line 49 of file prof2calltree.py.
def prof2calltree.Node.recurTicks | ( | me, | |
count | |||
) |
Definition at line 57 of file prof2calltree.py.