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

/frameworks/native/include/utils/
H A DTrace.h70 // ATRACE_NAME traces the beginning and end of the current function. To trace
73 #define ATRACE_NAME(name) android::ScopedTrace ___tracer(ATRACE_TAG, name) macro

Completed in 44 milliseconds