- 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
- 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
GC roots view
The so-called GC (Garbage Collector) roots are special objects for garbage collector. The objects that GC collects are those that 1) are not GC roots and 2) are not accessible by references from GC roots.
"GC Roots" view shows garbage collector roots sorted by types.
"GC Roots" view is NOT the best place to start memory leak detection - see Working with paths for
a better approach.
Instead, "GC Roots" view acts as an overview of all objects that could not be collected at the moment
the snapshot was created.
The view is provided for information purposes only.
For memory leak analysis please use the Find paths feature.