HiTrace
Safe bindings for the HiTrace tracing system on OpenHarmony.
This crate does nothing if not compiled for OpenHarmony (target_env = ohos).
Usage
HiTrace allows tracing Spans in a synchronous and stack based fashion.
Examples
#
#
#
#
start_trace;
load_website;
finish_trace;