Public Member Functions | |
def | __init__ (self) |
def | add (self, line) |
def | finish (self) |
Public Attributes | |
lines | |
signature | |
stk | |
Definition at line 88 of file profile_analyzer.py.
def profile_analyzer.CallStackBuilder.__init__ | ( | self | ) |
Definition at line 90 of file profile_analyzer.py.
def profile_analyzer.CallStackBuilder.add | ( | self, | |
line | |||
) |
Definition at line 109 of file profile_analyzer.py.
def profile_analyzer.CallStackBuilder.finish | ( | self | ) |
Definition at line 95 of file profile_analyzer.py.
profile_analyzer.CallStackBuilder.lines |
Definition at line 93 of file profile_analyzer.py.
profile_analyzer.CallStackBuilder.signature |
Definition at line 92 of file profile_analyzer.py.
profile_analyzer.CallStackBuilder.stk |
Definition at line 91 of file profile_analyzer.py.