Results 27 comments of Andrew Au

I confirm the content is accurate.

> the dynamic events should be in a List, not a Dictionary. all you need to communicate to the notebooks side is for this GC, here are timestamps for the...

Just for context, this work is inspired because we wanted additional diagnostics information for DATAS as in this PR. https://github.com/dotnet/runtime/pull/103405 With that change, the runtime will never emit `HeapCountTuning` and...

> If you do all the parsing outside of TraceEvent, then I suspect you just need access to the raw event payload itself. Yes, the new iteration I pushed today...

@brianrob, this change is ready to be reviewed and merged. Can you please take a look?

> @cshung Would it make sense to have an expectation for a positive number of `CommittedUsage` events now during a GC for .NET 8+? Short answer: Yes. Long answer: It...