microsoft / perfview

PerfView is a CPU and memory performance-analysis tool
http://channel9.msdn.com/Series/PerfView-Tutorial
MIT License
4.1k stars 697 forks source link

Incorrect GC Heap Count #1815

Open InCerryGit opened 1 year ago

InCerryGit commented 1 year ago

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

brianrob commented 1 year ago

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