Home
last modified time | relevance | path

Searched defs:CountTraceWrapper (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hitrace/interfaces/rust/innerkits/hitrace_meter/src/
H A Dlib.rs77 pub(crate) fn CountTraceWrapper(label: c_ulonglong, name: *const c_char, count: c_longlong); in CountTraceWrapper() function
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp989 void CountTraceWrapper(uint64_t label, const char *name, int64_t count) in CountTraceWrapper() function