Fully featured low overhead profiler for Java EE and Java SE platforms.
Easy-to-use performance and memory .NET profiler for Windows, Linux and macOS.
Secure and easy profiling in cloud, containers and clustered environments.
Performance monitoring and profiling of Jenkins, Bamboo, TeamCity, Gradle, Maven, Ant and JUnit.

Exception profiling

Goals of exception profiling

Exceptions in .NET can be performance killers, especially when thrown and caught frequently. YourKit .NET Profiler captures data on exceptions that have been thrown and provides stack traces and other contextual information. This data allows you to identify exception-related bottlenecks, which can be especially useful for debugging or optimizing error-prone areas of your application.

Exception profiling helps to discover performance issues and logic errors. In most cases, there is no significant overhead of collecting this information. However, you may want to stop it in order to ensure minimum profiling overhead.

You can compare exception statistics of two snapshots with the help of File | Compare Snapshot with....

Controlling exception profiling

Profiler UI

When the profiler is connected to the profiled application, the toolbar contains the following exception profiling controls:

Toolbar Button Description
Start exception profiling button Stop exception profiling button Start/Stop exception profiling.
Clear exception profiling results button Clear exception profiling results.

When exception profiling is started, previous results are cleared automatically.

Agent startup options

Exception profiling is enabled by default, but this can be adjusted with the following agent startup options:

  • exceptions=on Immediately start the exception profiling. This is the default mode.
  • exceptions=off Do not immediately start the exception profiling that can instead be started later in runtime.
  • exceptions=disable Fully disable exception profiling and totally eliminate related overhead. The exception profiling will not be available.

HTTP API

For users requiring remote control or automation within their profiling workflows, YourKit .NET Profiler offers control over the exception profiling through HTTP API endpoints. The documentation outlines startExceptionProfiling, stopExceptionProfiling and resetExceptionProfiling methods available for this purpose.

.NET API

The YourKit .NET Profiler also provides a .NET API for deep integration with .NET applications. The YourKit.Profiler.Api.Controller includes methods for starting, stopping, and resetting the exception profiling, similar to the toolbar buttons.

Exceptions tab

Exception profiling results can be analyzed from different perspectives:

YourKit uses cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content, to analyze our website traffic, and to understand where our visitors are coming from.

By browsing our website, you consent to our use of cookies and other tracking technologies in accordance with the Privacy Policy.