Searched defs:ScopedTrace (Results 1 – 2 of 2) sorted by relevance
32 inline ScopedTrace(uint64_t tag, const char* name) : mTag(tag) { atrace_begin(mTag, name); } in ScopedTrace() function
45 ScopedTrace(uint64_t tag, bool enabled, const char* name) in ScopedTrace() function