perfetto-recorder 0.3.2

A low overhead way to record perfetto traces from Rust code
Documentation
1
2
3
4
5
6
#!/bin/bash
set -e
cargo test
cargo test --features enable
cargo run --release --example benchmark --features enable
cargo run --release --example rayon --features enable -- /dev/null