Module analysis

Module analysis 

Source
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§

AllocationEvent
Allocation event from lock-free tracking
AnalysisSummary
Overall analysis summary
HotCallStack
Hot call stack information
LockfreeAnalysis
Comprehensive analysis results from multiple threads
MemoryPeak
Memory usage peak
PerformanceBottleneck
Performance bottleneck detection
ThreadInteraction
Interaction between threads
ThreadStats
Per-thread statistics from lock-free tracking

Enums§

BottleneckType
Type of performance bottleneck
EventType
Type of memory event
InteractionType
Type of thread interaction