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