Replies: 1 comment
-
|
Do you by any chance use windows defender with real time protection on? It breaks perfview for me and others, there's in issue in the repo regarding this. I normally have to turn off real time protection to get stable results, it wasn't always like that but 🤷🏽♂️ |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I encountered a strange behavior of PerfView with regard to its
Collectcapability. I am starting a discussion, not an issue since it is quite possible that this is documented somewhere and I just missed it.Long story short sometimes I see this output when I try to view
CpuStacksI use start parameters such as this
Funny enough, this happens only sometimes, there is never an error of any kind. I did not manage to grasp any pattern:
What seems to impact it is the path PerfView itself and the traces it takes reside. After moving from Users/RadosławKot/Documents (notice ł sign that is not ASCII) to C:\some_ascii_folder it works as intended - no matter how hard I try, I am not able to get faulty behavior after the move.
I know it is a bad practice to include non-ascii in paths, but this can happen sometimes and might take some time to debug. In this case, this PC was set up by my company, and unknowingly I started putting traces in the Documents folder.
Is it a known issue?
Beta Was this translation helpful? Give feedback.
All reactions