Getting only the functions called during Python scripts runtime #122
Unanswered
johnammon75
asked this question in
Q&A
Replies: 1 comment
-
You might want to just run in profile mode then (eg: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Howdy!
Is it possible to only keep track of the functions called and not include their arguments? As is when filtering by "kind = call" the output contains information about the function arguments on top of the function name.
I am looking for functionality similar to that of cProfiler if that helps explain what I am wanting to accomplish.
Beta Was this translation helpful? Give feedback.
All reactions