- 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
- 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
Allocations by class
Class view groups allocated objects by their class. Each row represents a specific class whose objects have been allocated during profiling. When a class is selected in the main table, the related call tree or method list is displayed in the secondary views below, offering detailed insights into where the objects were allocated. This helps identify the methods and stack traces responsible for these allocations.
Columns
- Class – The class name of allocated objects.
- Objects / sec – The average number of objects allocated per second, indicating allocation intensity.
- Objects – The total number of allocated objects of this class.
- Size – The total memory occupied by allocated objects of this class.
