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

/frameworks/native/include/utils/
H A DTrace.h67 // ATRACE_CALL traces the beginning and end of the current function. To trace
70 #define ATRACE_CALL() android::ScopedTrace ___tracer(ATRACE_TAG, __FUNCTION__) macro

Completed in 249 milliseconds