Module call_stack_normalizer

Module call_stack_normalizer 

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

CallStackNormalizer
Call stack normalizer registry
CallStackRef
Call stack reference that uses ID instead of storing full frames
NormalizedCallStack
Normalized call stack entry with unique ID
NormalizerConfig
Configuration for call stack normalizer
NormalizerStats
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§

CallStackId
Unique identifier for normalized call stacks