Replies: 1 comment 3 replies
-
I am also having the similar needs and having hard time to understand how to profile many file and functions of a python app using Scalene. Would appreciate a suggestion. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a relatively simple
aiohttp
python app that I would like to analyse using Scalene. The way I run the module is usingpython -m myApp
. If I were to use Scalene, how would I proceed?Am I required to use a python script as an entry point or is there a way to attach it to a module directly? Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions