Expand description
Call Stack Normalization System
This module implements call stack normalization to avoid duplicate call stack information by creating a registry system with ID-based references.
Structs§
- Call
Stack Normalizer - Call stack normalizer registry
- Call
Stack Ref - Call stack reference that uses ID instead of storing full frames
- Normalized
Call Stack - Normalized call stack entry with unique ID
- Normalizer
Config - Configuration for call stack normalizer
- Normalizer
Stats - Statistics for call stack normalizer
Functions§
- get_
global_ call_ stack_ normalizer - Get global call stack normalizer instance
- initialize_
global_ call_ stack_ normalizer - Initialize global call stack normalizer with custom config
Type Aliases§
- Call
Stack Id - Unique identifier for normalized call stacks