- 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
- Virtual threads support
- Object allocation profiling
- Memory profiling
- Monitor profiling
- Wait tree - All threads merged
- Wait tree - By thread
- Flame graph
- Owner thread
- Monitor class
- Exception profiling
- Telemetry
- Probes: monitor events of various kinds
- Inspections: automatic recognition of typical problems
- Automatically trigger actions on event
- Automatic deobfuscation
- Summary
- Filters
- Profiler command line
- Export of profiling results to external formats
- Profiler Java API
- Profiler HTTP API
- Settings
- Troubleshooting and FAQ
Monitor wait tree - All threads merged
Monitor wait tree - All threads merged view displays a top-down call tree that consolidates all application threads into a single tree. It shows the cumulative wait time and count for methods that were involved in monitor waits, aggregating data from different threads to provide an overall view of where the most time was spent waiting.

Filters
Monitor wait 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.