141 self.__recursionDepth += 1 |
141 self.__recursionDepth += 1 |
142 frame = frame.f_back |
142 frame = frame.f_back |
143 |
143 |
144 def profile(self, frame, event, arg): |
144 def profile(self, frame, event, arg): |
145 """ |
145 """ |
146 Public method used to trace some stuff independant of the debugger |
146 Public method used to trace some stuff independent of the debugger |
147 trace function. |
147 trace function. |
148 |
148 |
149 @param frame The current stack frame. |
149 @param frame The current stack frame. |
150 @param event The trace event (string) |
150 @param event The trace event (string) |
151 @param arg The arguments |
151 @param arg The arguments |