10 releases
new 1.0.0-rc.6.1.0 | Nov 4, 2024 |
---|---|
1.0.0-rc.6.0.0 | Sep 6, 2024 |
1.0.0-rc.5.0.0 | Aug 28, 2024 |
1.0.0-rc.2.1.0 | Jul 21, 2024 |
#469 in Debugging
29 downloads per month
Used in bp3d-protoc
54KB
671 lines
Debug core
The debug core contains Rust APIs used to debug BP3D software. This contains a set of tools optimized for use by BP3D based projects with soft real-time constraints.
Features
- A logger system with trace disabled in release builds for improved performance.
- A simple profiler system which can efficiently measure the time spent in Rust code scope.
- A trace system designed to trace asynchronous and long-running operations.