Profiling in Rider

Explore performance and memory profiling options in Rider, and optimize an existing application.

In this tutorial, we will have a look at profiling options in Rider. We will explore profiling modes and their differences, look at Dynamic Program Analysis to do automatic memory profiling. We will then use these to optimize the performance of an existing application, and make it run faster.