Tag Archives: Profiler

R Shiny dashboard inspection with profvis

We’re building a R Shiny dashboard to display big datasets. In our production environment we sometimes experience slow performance. Profiling with the profvis package is our plan to fix this. The profvis package needs to be installed. Then it can … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

TestMatrix

I’ve been using the GhostDoc extension from SubMain for some time. It puts those triple slash (///) documentation tags above my csharp code for me. All I have to do is hit some shortcut keys. Although I never posted about … Continue reading

Posted in Tooling | Tagged , , , , , , | Leave a comment

Performance optimization with VS2012 profiler

Many systems are not optimized or sub-optimized by tweaking the wrong features. This post describes the use of the Visual Studio 2012 profiler to get insight in what to optimize and monitor the result of these optimizations. For this post … Continue reading

Posted in Development | Tagged , , , , , , , , | Leave a comment

Visual Studio 2010 profiler on Windows 8 issue

I’ve been using Microsoft Visual Studio 2010 on my Windows 8 machine for a while now. Never had an issue until today when I tried to start the profiler. Turns out the driver it uses is not compatible with Windows … Continue reading

Posted in Tooling | Tagged , , , , | Leave a comment