Enable line profiling for Robert Kern's line_profiler.
The profiler filters lines on the function's __code__ attribute, which must agree with that created in the profile frame. Unfortunately, this makes it difficult to profile anything but 'def' functions.
Showing
Please register or sign in to comment