Expand description
Analysis structures and types for lock-free tracking results
This module defines the data structures used to represent analysis results from lock-free multi-threaded tracking data.
Structs§
- Allocation
Event - Allocation event from lock-free tracking
- Analysis
Summary - Overall analysis summary
- HotCall
Stack - Hot call stack information
- Lockfree
Analysis - Comprehensive analysis results from multiple threads
- Memory
Peak - Memory usage peak
- Performance
Bottleneck - Performance bottleneck detection
- Thread
Interaction - Interaction between threads
- Thread
Stats - Per-thread statistics from lock-free tracking
Enums§
- Bottleneck
Type - Type of performance bottleneck
- Event
Type - Type of memory event
- Interaction
Type - Type of thread interaction