.NET Profiler 5.0 Help
Automatically trigger snapshot capture on event
Capture snapshots periodicallyPlease also consider the ability to capture memory snapshots on high memory usage.
You can instruct the profiler to capture a snapshot after a specified period of time.
When used memory constantly increases, this often means there is a memory leak. This feature greatly simplifies the detection of such situations in e.g. long-running applications such as servers. One of the benefits is that, after being triggered, the feature requires no further human interaction.
To toggle this feature, connect to the profiled application and press the button shown on the picture below:
Then, every time the specified period elapses, a memory snapshot will be created and the following notification will be shown in the UI:
How to trigger the snapshots from the start
By default, when the profiled application starts, this feature is disabled.
You can change this with the help of startup options
periodicperf=<period>periodicmem=<period>