Using Python Scalene to profile all functions / modules called
I am trying to profile my python code. I looked at Scalene, for which I would need to run scalene main.py
in my cmd. However main.py
also has some custom imported functions, from other files like processing.py
and get_data.py
. Scalene only shows a report of the main.py
instead of all functions that are used in the code.