#tracing-subscriber #bp3d #tracing #logging-tracing #remote

bp3d-debug

Tracing subscriber implementations for use with BP3D software. Supports traditional logging through bp3d-logger and supports remote profiling through TCP.

10 releases

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

#429 in Profiling

Download history 486/week @ 2024-08-21 188/week @ 2024-08-28 136/week @ 2024-09-04 11/week @ 2024-09-11 14/week @ 2024-09-18 50/week @ 2024-09-25 14/week @ 2024-10-02 10/week @ 2024-10-09 4/week @ 2024-10-16 1/week @ 2024-10-23 135/week @ 2024-10-30 51/week @ 2024-11-06 4/week @ 2024-11-13 6/week @ 2024-11-20 3/week @ 2024-11-27

117 downloads per month
Used in bp3d-protoc

BSD-3-Clause

54KB
671 lines

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.

No runtime deps