Skip to main content

Module profiling

Module profiling 

Source
Expand description

Execution profiling and performance monitoring.

Structs§

Bottleneck
Identified performance bottleneck
BottleneckAnalyzer
Bottleneck analyzer for identifying performance issues
BottleneckReport
Bottleneck analysis report
MemoryProfile
Memory usage statistics
OpProfile
Profiling statistics for a single operation
PerformanceBaseline
Performance baseline for regression detection
PerformanceComparison
Result of comparing performance against baseline
ProfileData
Comprehensive profiling data
ProfileStatistics
Statistical metrics for profiling data
Profiler
Profiler that tracks execution metrics
ProfilerHook
Profiler hook for integration with ExecutionContext
TimelineProfiler
Detailed execution timeline profiler
TraceEntry
Node-level execution trace entry

Traits§

TlProfiledExecutor
Extension trait for profiled execution