Searched refs:ScopedTrace (Results 1 – 1 of 1) sorted by relevance
31 #define ATRACE_NAME(name) android::ScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)38 class ScopedTrace {40 inline ScopedTrace(uint64_t tag, const char* name) : mTag(tag) { in ScopedTrace() function44 inline ~ScopedTrace() { in ~ScopedTrace()