Commit Graph
5 Commits
Author SHA1 Message Date
max 6ad5aa3f2c Add profiler warmup overhead tracking and tooltip display 2026-08-05 14:04:21 +02:00
max d9582aecdd Enhance Profiler with memory allocation metrics 2026-08-05 13:25:14 +02:00
max 7853a768de Enhance Profiler with pre-allocated sort buffers and frame management improvements 2026-08-05 12:15:21 +02:00
max 83f77d1ebe Add thread metrics and category support to Profiler and visualizer 2026-08-05 11:47:21 +02:00
max 2d4139fb2c Enhance Profiler with Label Metrics and Rolling Windows
- Introduced LabelMetrics and RollingLabelMetrics structs to capture detailed profiling data.
- Implemented a RollingWindow class to maintain a rolling average of metrics.
- Updated Frame class to collect and store label metrics, including memory allocation and garbage collection statistics.
- Enhanced ScopeNode class to support self-time calculations and child duration tracking.
- Improved the Profiler class to manage frame budgets and rolling metrics.
- Refactored the ProfilerVisualizer to support new timeline rendering features, including zoom and pan functionality.
- Added tooltip support for detailed node information in the flame graph.
- Enhanced BoundedQueue to be thread-safe with proper locking mechanisms for concurrent access.
2026-08-04 17:19:00 +02:00