microsoft / perfview

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

fix the places where we are still using Gens.GenLargeObj incorrectly #2024

Open Maoni0 opened 5 months ago

Maoni0 commented 5 months ago

there are still places that mention Gens.GenLargeObj but should include POH. in TraceManagedProcess.cs -

if (_event.PerHeapHistories == null) { _event.PerHeapHistories = new List<GCPerHeapHistory>(); } in ProcessPerHeapHistory as it should always be allocated.