bp3d-debug

Crates.iobp3d-debug
lib.rsbp3d-debug
version1.0.0-rc.6.1.0
sourcesrc
created_at2024-07-19 04:59:13.357714
updated_at2024-11-04 20:35:55.426843
descriptionTracing subscriber implementations for use with BP3D software. Supports traditional logging through bp3d-logger and supports remote profiling through TCP.
homepage
repositoryhttps://github.com/BlockProject3D/debug.core
max_upload_size
id1308273
size55,477
(Yuri6037)

documentation

README

logo

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.
Commit count: 26

cargo fmt