5 releases
new 0.1.4 | Jan 9, 2025 |
---|---|
0.1.3 | Jan 4, 2025 |
0.1.2 | Sep 5, 2024 |
0.1.1 | Apr 19, 2024 |
0.1.0 | Apr 18, 2024 |
#638 in Debugging
1,804 downloads per month
Used in 3 crates
45KB
654 lines
hitrace-sys
Rust-bindings for hiTraceMeter on OpenHarmony. hiTraceMeter provides APIs for system performance tracing. Available since OpenHarmony 4.0 (API-level 10). Please view the Hitrace NDK guidelines for usage details.
Development
The bindings are generated via bindgen and committed to the repository, since the API is stable.
License
This repository is licensed under the Apache-2.0 license, matching the license of OpenHarmony.
lib.rs
:
Raw bindings for the HiTrace
tracing system on OpenHarmony
The official Hitrace NDK guidelines describe the available API. Rust users should likely not use this crate directly, but instead use an abstraction on top of this crate.