Replies: 1 comment
-
Also, it happens to me when I try to run a function that takes 2 minutes. %%scalene --reduced-profile Profile more than one line of code in a cellx = 0 Is it possible that this happens because I am running ipynb in vs. code? |
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
-
Hello,
I am trying to run Scalene for memory profiling a large python code. The program uses ivy-wfengine to execute a series of plugins and runs for roughly 15 minutes. When I try to run
scalene myprogram.py
, the code runs but I end up getting the outputScalene: Program did not run for long enough to profile.
and an empty json file.Do you know what could be going wrong? Is this because we call several modules?
Best,
Beatrice
Beta Was this translation helpful? Give feedback.
All reactions