Showing results for Maoni - .NET Blog

Nov 27, 2020
4
0

The updated GetGCMemoryInfo API in .NET 5.0 and how it can help you

maoni
maoni

things library folks wanted at the time. In 5.0 I got requests from folks to monitor more things about the GC. Instead of adding a bit of info each time someone asks, I really thought about the kinds of things that would help with monitoring and diagnostics and expanded the info provided by this API significantly. It also has a new overload, docume...

.NET CorePerformance.NET Internals
Dec 9, 2019
2
0

GC Perf Infrastructure – Part 1

maoni
maoni

We open sourced our new GC Perf Infrastructure! It’s now part of the dotnet performance repo. I’ve been meaning to write about it ‘cause some curious minds had been asking when they could use it after I blogged about it last time but didn’t get around to it till now. First of all, let me point out that the target audience of this infra, aside from...

.NET.NET Core.NET Framework
Sep 9, 2019
6
0

GC Perf Infrastructure – Part 0

maoni
maoni

In this blog entry and some future ones I will be showing off functionalities that our new GC perf infrastructure provides. Andy and I have been working on it (he did all the work; I merely played the consultant role). We will be open sourcing it soon and I wanted to give you some examples of using it and you can add these to your repertoire of per...

Performance.NET CoreGC