-
-
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
No memory profiling on windows (WSL or hyperv virtualization) #714
Comments
Can you provide some example code and the command line options you are using? |
It doesn't look to be dependent on the executed code, but for example: Code sample:
On my laptop:
On windows (WSL or Hyperv):
|
@emeryberger Any idea what could be wrong ? How could I check on my side ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I can't make the memory profiling works on windows 11 neither using WSL not using a virtualized ubuntu distribution (through hyper-v)
I get
Memory timeline: (max: 0.000 MB, growth: 0.0%)
whatever the script I'm trying to run.I'm using
Any idea how to debug this ?
(Works fine on my personal linux computer, sadly I can't take company code there)
Thanks
The text was updated successfully, but these errors were encountered: