0

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 Answers1

0

Found the answer on MSDN :)

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