- System requirements
- Profiler architecture
- Profiler installation
- Uninstall profiler
- Running the profiler
- Profiler activation
- Welcome screen
- Start profiling
- Profiling overhead
- Snapshots
- Solving performance problems
- CPU profiling
- Thread profiling
- Object allocation profiling
- Memory profiling
- Exception profiling
- Telemetry
- Class
- Exception tree - All threads merged
- Exception tree - By thread
- Flame graph
- Telemetry
- Probes: monitor higher level events
- Inspections: automatic recognition of typical problems
- Automatically trigger actions on event
- Automatic deobfuscation
- Summary, automatic deobfuscation
- Filters
- Profiler command line
- Command line tool to control profiling
- Export of profiling results to external formats
- Profiler .NET API
- Profiler HTTP API
- Settings
- Troubleshooting
Exception tree - By thread
Exception tree - By thread view presents a top-down call tree for each application thread separately. This view shows the exception count for methods within the context of individual threads, allowing you to analyze the exceptions thrown in each thread independently.

Filters
Exception tree respects filter settings and collapses
filtered methods. Filtered methods are marked with non-filled arrow icon
,
and there is <...> hyperlink
that allows you to expand hidden content.
You can undo the expansion by using the Ctrl+Z shortcut or from popup menu.
Actions
The following actions are available in the popup menu:
- Lines can be copied by using File | Copy (Ctrl+C).
- File | Export to... (Ctrl+S) - exports view to different formats.
- Tools | Open in IDE (F7) - opens method declaration in IDE editor. See IDE integration.