0
votes

Ran perfmon and added counter ".net CLR Memory" and thought I saw a figure discrepancy.

Shouldn't "bytes in all heaps" be gen0+gen1+gen2+LOH? enter image description here

1

1 Answers

0
votes

Found the answer on MSDN :)

"Bytes in all Heaps" is just gen1 + gen2 + the LOH.