Files
snek/src
retoor f31209da6c feat: add cProfile-based profiler with middleware and handler for performance analysis
- Introduce new profiler module in snek/system/profiler.py with middleware, handler, and context manager
- Register /profiler.html view in Application router to display profiling stats
- Wrap RPC WebSocket message handling with Profiler context manager for per-request profiling
- Remove asyncio event loop debug mode from main startup
2025-02-18 12:29:33 +00:00
..