Over the last year on my spare time, I’ve been working on profiler for ASP.NET apps - netric.io. This small tool instruments methods from chosen assemblies and visualizes statistics of their execution times. It has got lower priority for me for a long time because of “Daj Się poznać” and other things but I think this project is worth to finally shed some light on it. Right now, the tool does just one thing: for every HTTP request, it generates methods time visualization like this (click to enlarge): ...
Web 3176 dni, 37 minut temu 99 pokaż kod licznika zwiń
Podobne artykuły:
- [EN] Utilizing Save-Data client hint in ASP.NET Core MVC
- Hot paths in performance design | Szymon Kulec `Scooletz`
- [EN] Problems with AsParallel – IndexOutOfRange
- Array iteration performance in C# — ArraySegment | by Antão Almada | Jun, 2021 | Medium
- Three Dot Netos – Wrocław | Radek Maziarka Blog
- Cross-platform profiling .NET code with BenchmarkDotNet
- How I improved the YamlDotNet performance by 370%
- Service Fabric Reliable Actors - is it faster then a regular micro-service approach? - Michał Białecki Blog
- .NET i memory leak?! czyli dzień z życia programisty | xlab
- Anagrams and Prime Numbers. Measuring Performance in .NET | by Rocket Mortgage Technology | Rocket Mortgage Technology Blog | Jul, 2021 | Medium
- OutOfMemory – a nerdy card game for developers! – TooSlowException