rustmeter 0.2.0

RustMeter CLI application to interact with RustMeter beacons and export Perfetto traces.
1
2
3
4
5
6
7
# RustMeter CLI

**The host-side companion for the RustMeter embedded profiling system.**

[**RustMeter**](https://github.com/Christopher-06/rustmeter) is a comprehensive profiling, tracing, and monitoring system designed specifically for **Embedded Rust** applications. It is highly integrated with the [Embassy](https://github.com/embassy-rs/embassy) async framework and [defmt](https://github.com/knurling-rs/defmt) logging system. The collected data is converted into a format that can be directly visualized in the [Perfetto UI](https://ui.perfetto.dev/), providing detailed insights into runtime behavior, task scheduling, and firmware performance. Have a look at the main [RustMeter README](https://github.com/Christopher-06/rustmeter) for more details!

![Perfetto UI Screenshot](https://raw.githubusercontent.com/Christopher-06/rustmeter/refs/heads/main/ressources/perfetto-ui-esp32-multicore.png)