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

/frameworks/native/include/utils/
H A DTrace.h68 #define ATRACE_CALL() android::ScopedTrace ___tracer(ATRACE_TAG, __FUNCTION__)
73 #define ATRACE_NAME(name) android::ScopedTrace ___tracer(ATRACE_TAG, name)
174 class ScopedTrace { class in namespace:android
177 inline ScopedTrace(uint64_t tag, const char* name) : function in class:android::ScopedTrace
182 inline ~ScopedTrace() {

Completed in 45 milliseconds