Searched defs:ATRACE_INT (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/utils/
H A DTrace.h77 // ATRACE_INT traces a named integer value. This can be used to track how the
79 #define ATRACE_INT(name, value) android::Tracer::traceCounter(ATRACE_TAG, name, value) macro

Completed in 1700 milliseconds