dotnetomaniak.pl - Artykuły z tagiem profiling

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.

Dziel się z innymi:
Cross-platform profiling .NET code with BenchmarkDotNet

Narzędzia 1477 dni, 4 godziny, 50 minut temu gorallo 47 źrodło rozwiń

Application Insights is a performance monitoring service, created by Microsoft and available on Azure. It gives you space to store the performance metrics and logs of your application (200MB for free!), as well as functionalities to search and manage them. In this post I am not going to present you the whole platform – Microsoft already did it in the Azure documentation, but rather focus on an element of the log collection, named dependency calls tracking. I did some ...

Tagi: .Net, Azure, profiling
Dziel się z innymi:
[EN] How dependency calls are tracked by the Application Insights? – Low Level Design

Narzędzia 2662 dni, 2 godziny, 47 minut temu lowleveldesign 51 źrodło rozwiń

Reading time ~6 minutes This post is covering a subset of what I am talking in my talk How I stopped worrying and learned to love parallel processing (currently only in polish). This will cover on how, in terms of performance, AsParallel can kick you in a place where it hurts a lot, simultaneously being a blessing in terms of… performance. How is that? Let’s look at someHistory AsParallel was introduced as an extension to LINQ with TPL in .NET 4.0. In theory, it’s God’s sent. The promise w...

Dziel się z innymi:
[EN] Problems with AsParallel – IndexOutOfRange

Architektura 2700 dni, 1 godzinę, 2 minuty temu maklipsa 116 źrodło rozwiń

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): ...

Dziel się z innymi:
netric.io - lightweight ASP.NET profiler · Maciek Lesiczka

Web 2852 dni, 5 godzin, 5 minut temu maciekl 99 źrodło rozwiń

99% procent cieszy tylko przez pierwsze 5 minut – tak słyszałem. Kto z nas nie posiada jakiegoś miernika w tray, czy gdzieś na pulpicie na którym widać ile CPU, jaka temperatura, jaki ram i ile prądu – mój ulubiony to proces monitor. Glimpse Fajnie że jest Glimpse który może zrobic to samo z moja aplikacją asp mvc – no prawie to samo. Aby to zainstalować należy udać się do zarządzania paczkami i wpisać glimpse: Klik-klik i instalacja zakończona. Aby nie marnować czasu od razu p...

Tagi: profiling
Dziel się z innymi:
A czemu to tyle trwa | Jarosław Stadnicki

Daj się poznać 2016 2897 dni, 1 godzinę, 51 minut temu macabre13 349 źrodło rozwiń

Dzisiaj historia z życia wzięta – czyli ponad dzień pracy programisty. Akcja będzie wartka, a potencjalnemu czytelnikowi zalecam wczytanie do pamięci RAM wewnątrz głów dll’ek z zasobami o WPF’ie. Zaczęło się niewinnie, przyszło zgłoszenie od testerów, że aplikacja zajmuje strasznie dużo pamięci, a przy wykonywaniu pewnej operacji ta zajętość jeszcze rośnie i wielce nazywać to chcieli memory leakiem. Jako programista raczej nie dowierzałem, przecież w dot-necie tak być nie może, zgodnie z teorią pamięć sa...

Źródło: xlab.pl
Dziel się z innymi:
.NET i memory leak?! czyli dzień z życia programisty | xlab

Narzędzia 4727 dni, 1 godzinę, 31 minut temu Paweł Łukasik 332 źrodło rozwiń

Najaktywniejsi w tym miesiącu