-
-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GPU, Memory Usage, and Copy Column Not Displaying in Scalene Profiling Output #721
Comments
I have changed the versioning in my virtual environment:
Then I have made another test.
|
Had same issue. My setup: |
Same here. scalene 1.15.31.1 can not display memory info. Downgrade to python3.11.5, scalene 1.15.19, it worked. already tried: python 3.11.5+scalene 1.15.22/26/30 and python3.12+scalene 1.15.31.1/26/30, there are no mem info for these combinations. |
Hey team, I have faced with the same issue. I wanted to get memory profiling results, but I haven't got anything in memory colomn. Tried the latest version python.3.11 (3.11.9), python3.10 with v1.5.38 and 1.5.19 on Ubuntu 22.04 No success :( |
Describe the bug
I am trying to use Scalene to profile my Python code, but I've encountered an issue where the GPU, memory usage, and copy columns are not displaying correctly in the profiling output.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The output I get from Scalene does not show the GPU, memory usage, and copy columns as expected. Instead, these columns appear empty, and the values are not displayed.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: