Home
last modified time | relevance | path

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

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