From what I've read, line_profiler adds a bit of overhead to the execution process. As such, I added a flag to the command line arguments so that time is only profiled when users input as such.
So far, line_profiler can only profile the specified function if it's within the file that the profiler is in. I'm currently looking through documentations for ways that might be able to bypass this limitation.
From what I've read, line_profiler adds a bit of overhead to the execution process. As such, I added a flag to the command line arguments so that time is only profiled when users input as such.
So far, line_profiler can only profile the specified function if it's within the file that the profiler is in. I'm currently looking through documentations for ways that might be able to bypass this limitation.