Searched refs:HitraceScoped (Results 1 – 1 of 1) sorted by relevance
93 #define HITRACE_METER_NAME(TAG, str) HitraceScoped TOKENPASTE2(tracer, __LINE__)(TAG, str)154 class HitraceScoped {156 inline HitraceScoped(uint64_t tag, const std::string &value) : mTag(tag) in HitraceScoped() function161 inline ~HitraceScoped() in ~HitraceScoped()