|
|
|
|
|
by hansvm
235 days ago
|
|
That depends on the code you're profiling. Even good line profilers can add 2-5x overhead on programs not optimized for them, and you're in a bit of a pickle because the programs least optimized for line profiling are those which are already "optimized" (fast results for a given task when written in Python). |
|
[1] https://functiontrace.com/