Searched refs:endAsyncEvent (Results 1 – 2 of 2) sorted by relevance
54 void endAsyncEvent(uint32_t id, const char* fmt, ...);208 trace->endAsyncEvent(id, "%s", name.c_str()); in ~ScopedAsyncEvent()227 t->endAsyncEvent(id, __VA_ARGS__); \
142 void Trace::endAsyncEvent(uint32_t id, const char* fmt, ...) { in endAsyncEvent() function in marl::Trace