- System requirements
- Profiler architecture
- Running the profiler
- Profiler activation
- Start profiling
- Capturing snapshots
- Solving performance problems
- CPU profiling
- CPU usage estimation
- Sampling
- Tracing
- CPU tab
- CPU usage telemetry
- Call tree - All threads merged
- Call tree - By thread
- Flame graph
- Hot spots
- Method list
- Web and database profiling results
- Callee list view
- Method merged callees view
- Method back traces view
- What-if: an ability to ignore particular methods or focus on particular methods only
- Comparing performance snapshots
- Sampling settings
- Tracing settings
- Threads
- Memory profiling
- Garbage collection
- Exception profiling
- Probes: monitor higher level events
- Performance Charts
- Inspections: automatic recognition of typical problems
- Automatically trigger actions on event
- Summary, snapshot annotation, automatic deobfuscation
- Time measurement (CPU time, wall time)
- Filters
- Snapshot directory customization
- Export of profiling results to HTML, CSV, XML, plain text
- Profiler API
- Profiler HTTP API
- Command line tool to control profiling
- Settings
Callee list view
Callee list view shows which methods were called from certain methods. It is available as a dependent view in call tree, hot spots and method list:

Callee list for "Call tree" shows methods invoked inside a selected subtree. When you view "Call tree - By thread", callee list will show methods invoked in the subtree in particular thread only. To see all methods invoked in a thread, select the thread node.
Callee list for "Hot spots" and "Method list" shows methods invoked inside a selected method.