So I'm doing some benchmark to compare the deserialisation of a big JSON file from a String or a Stream using the BenchMarkDotNet library. I'd like to see the state of the LOH specifically but I can't find how to do it.
Currently I'm having the followings, using the "MemoryDiagnoser" argument.
Is there a way to also benchmark the LOH ?