Home
last modified time | relevance | path

Searched refs:count_trace (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/cmd/example/rust/
H A Dmain.rs18 …itrace_meter_rust::{start_trace, finish_trace, start_trace_async, finish_trace_async, count_trace};
36 count_trace(HITRACE_TAG_OHOS, "rust test count trace funcA!!!!!!", 0); in main()
41 count_trace(HITRACE_TAG_OHOS, "rust test count trace funcB!!!!!!", 1); in main()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitrace_meter/src/
H A Dlib.rs55 pub fn count_trace(label: u64, name: &str, count: i64) { in count_trace() function