9 releases
| 0.1.9 | Dec 16, 2025 |
|---|---|
| 0.1.8 | Dec 16, 2025 |
| 0.1.6 | Jun 27, 2025 |
| 0.1.4 | Jan 9, 2025 |
| 0.1.1 | Apr 19, 2024 |
#26 in #harmony-os
4,252 downloads per month
Used in 3 crates
52KB
674 lines
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.
Feature flags
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.
Dependencies
~29KB