perfview icon indicating copy to clipboard operation
perfview copied to clipboard

Incorrect GC Heap Count

Open InCerryGit opened this issue 2 years ago • 1 comments

My program is running in a container with 10 cores and the GC Heap Count obtained using the dotnet-dump tool allowing the eeheap command is 10. image However, after opening the process nettrace file with the perfview tool, the GCStats GC Heap Count shows six。 企业微信截图_16768582527167 The version of perfview is 3.0.7 image

InCerryGit avatar Feb 20 '23 02:02 InCerryGit

This is likely fixed by #1817. Are you able to test against the latest source code?

brianrob avatar Feb 27 '23 22:02 brianrob