Searched refs:ScopedTrace (Results 1 – 2 of 2) 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()
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()