Searched refs:ScopedTrace (Results 1 – 2 of 2) sorted by relevance
36 #define ATRACE_NAME(name) ::android::ScopedTrace PASTE(___tracer, __LINE__)(ATRACE_TAG, name)43 class ScopedTrace {45 inline ScopedTrace(uint64_t tag, const char* name) : mTag(tag) { in ScopedTrace() function49 inline ~ScopedTrace() { in ~ScopedTrace()
61 android::ScopedTrace trace_main{ATRACE_TAG_PACKAGE_MANAGER, "main"}; in main()64 android::ScopedTrace trace_start{ATRACE_TAG_PACKAGE_MANAGER, "IorapNativeService::start"}; in main()