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

/system/core/include/utils/
H A DTrace.h31 #define ATRACE_NAME(name) android::ScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)
38 class ScopedTrace { class in namespace:android
40 inline ScopedTrace(uint64_t tag, const char* name) : mTag(tag) { function in class:android::ScopedTrace
44 inline ~ScopedTrace() {
/system/core/libutils/include/utils/
H A DTrace.h31 #define ATRACE_NAME(name) android::ScopedTrace PASTE(___tracer, __LINE__) (ATRACE_TAG, name)
38 class ScopedTrace { class in namespace:android
40 inline ScopedTrace(uint64_t tag, const char* name) : mTag(tag) { function in class:android::ScopedTrace
44 inline ~ScopedTrace() {

Completed in 55 milliseconds