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

/system/core/include/utils/
H A DTrace.h39 #define ATRACE_NAME(name) android::ScopedTrace ___tracer(ATRACE_TAG, name)
45 class ScopedTrace { class in namespace:android
47 inline ScopedTrace(uint64_t tag, const char* name) function in class:android::ScopedTrace
52 inline ~ScopedTrace() {

Completed in 6 milliseconds