How to profile CPython built-in methods #922
Unanswered
ubuitrago-pjr
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, my name is Uri and I am building a Container Security tool in Python. I am interested in profiling Docker containers like Flask to trace the built-in methods called by the Python interpreter at runtime. I came across Scalene and it seemed like a better fit than other profiles I have tried (py-spy, cProfile). The issue at the moment is I am unable to determine which CPython built-in methods are called during a simple Flask app's execution:
The output is very verbose. Any tips for a beginner?
Beta Was this translation helpful? Give feedback.
All reactions