I am using DebugDiag 1.2 and perfmon.exe to monitor memory usage for a .NET application.
DebugDiag shows the GC Heap Size
as 35.51 MB, while for the same instant perfmon shows the #Bytes in all heaps
as 4.5 MB.
Why are both values different ? Dont they represent the same thing ?