Memory profiling is one of the pillars of a good application. Even more important is on mobile devices since memory is usually scarce there. But sadly, there is […]
.net / Android / Development / DevExpress / Profiling / Xamarin
Posted on:
A memory profiler for Xamarin.Android
Here is a first ever snapshot of my home-grown memory profiler for Xamarin.Android. While very spartan it does the core job – comparing two snapshots for objects with […]
.net / Profiling / Red Gate
Posted on:
Investigating why an instance is kept alive in a .net application
Sometimes, when I want to verify .net memory management behavior, I fire up ANTS Memory Profiler and run it on a test application just to see how memory […]
.net / Profiling / Red Gate
Posted on:
ANTS Memory Profiler 5 and its expiration message
I installed ANTS Memory Profiler 5 beta version a couple of weeks ago to try it out. Unfortunately I haven’t had time to really use it but it […]
.net / DevExpress / Profiling
Posted on:
Make XtraVerticalGrid fast as a bullet
Recently I’ve discovered that XtraVerticalGrid, a nice vertical grid from [DevEx], has some serious problems with speed when doing batch updates. Usually you should enclose batch updates within […]