Expand description
Performance profiling and flame graph generation for MCP servers
This module provides:
- CPU profiling with sampling
- Memory profiling and leak detection
- Flame graph generation
- Performance hotspot identification
- Function call tracing
- Async task profiling
Structs§
- Allocation
Info - Allocation information
- Async
Profiling Config - Async profiling configuration
- Async
Task Profile - Async task profile
- CpuProfiling
Config - CPU profiling configuration
- CpuSample
- CPU sample
- Flame
Graph Config - Flame graph configuration
- Flame
Graph Data - Flame graph data
- Flame
Graph Node - Flame graph node
- Function
Call - Function call record
- Function
Call Profile - Function call profile
- Memory
Profiling Config - Memory profiling configuration
- Memory
Snapshot - Memory snapshot
- Performance
Hotspot - Performance hotspot
- Performance
Profiler - Performance profiler
- Performance
Thresholds - Performance thresholds
- Profiling
Config - Profiling configuration
- Profiling
Session - Profiling session
- Profiling
Stats - Profiling statistics
- Stack
Frame - Stack frame
Enums§
- Async
Task State - Async task state
- Flame
Graph Color Scheme - Flame graph color schemes
- Hotspot
Severity - Hotspot severity
- Hotspot
Type - Hotspot type
- Profiling
Error - Profiling errors
- Profiling
Session Type - Profiling session type