Replies: 2 comments 5 replies
-
Can you share a screenshot? Also, please indicate what version of Scalene you are using. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Please generate a JSON file and then load it with the viewer (and attach the screenshot and the JSON file). Scalene lists individual lines by default - you don't have to ask for it - and I'd expect to see it in the viewer. There is a caveat, which is that individual lines are not listed if it doesn't account for 1% of CPU/GPU time or IIRC 10MB of allocation. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using python3. I run
scalene --html --cpu --profile-all --outfile sca_profile.html foo.py
But I only see profiling on functions not lines in the function. what am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions