Files
aitbc/aitbc
aitbc 6a2b01becd
Some checks failed
Cross-Node Transaction Testing / transaction-test (push) Has been cancelled
Deploy to Testnet / deploy-testnet (push) Has been cancelled
Multi-Node Stress Testing / stress-test (push) Has been cancelled
Node Failover Simulation / failover-test (push) Has been cancelled
refactor: add performance profiling hooks for bottleneck identification
- Create PerformanceProfiler class for tracking function execution times
- Add profile_function decorator for automatic function profiling
- Add profile_context context manager for profiling code blocks
- Add profile_cprofile decorator for detailed cProfile profiling
- Implement global profiler instance for application-wide profiling
- Provide statistics tracking: total time, call count, avg/max/min times
- Add logging for profiling results and statistics
- Support enabling/disabling profiling dynamically
2026-05-09 12:28:38 +02:00
..