How to profile all functions belong to a module? #305
Unanswered
PaleNeutron
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a module called
foo
and atest.py
file import functions from the module. Is there any way to profile all lines belong tofoo
?I read https://kernprof.readthedocs.io/en/latest/line_profiler.autoprofile.html#auto-profiling , the description seems what I need but if I use
It takes a long time and nothing happens.
Beta Was this translation helpful? Give feedback.
All reactions