EventPipeProfiler is a new cross-platform profiler that I’ve implemented in the BenchmarkDotNet library. It allows profile .NET code on every platform - Windows, Linux, macOS. Collected data are exported to trace files (.speedscope.json and .nettrace) which can be analyzed using SpeedScope, PerfView, and Visual Studio Profiler. This new profiler will be available from the 0.12.1 version.
Strona głównaUżytkownik
gorallo | użytkownik
The BenchmarkDotNet library is great for creating benchmarks that can be run on a local machine in a very simple way. In this post, you will learn how to run them in a Docker container with a different operating system or using a different .Net Core version.
The NativeMemoryProfiler is a new diagnoser for BenchmarkDotNet that I implemented in version 0.11.6. In this post, you will learn how to analyze native memory allocations in your code. It sounds like a difficult topic, but trust me, you can do it really easily with BenchmarkDotNet.
In this post you will learn how to generate the disassembly of .NET functions and how to diff many of them.
The YamlDotNet is the most famous library to manage YAML format on .Net platform. This library is really stable and good solution. Many of my programs use this library, so I thought that this is prefect open source project that I can improve.
Sztuka programowania 2164 dni, 6 godzin, 8 minut temu 122 źrodło rozwiń
The history of the first pull request to BenchmarkDotNet.
Sztuka programowania 2169 dni, 5 godzin, 53 minuty temu 77 źrodło rozwiń
Extended XML Serializer for .NET 4 and .NET CORE.