Home
last modified time | relevance | path

Searched refs:ScopedEvent (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dtrace.h56 class ScopedEvent {
58 inline ScopedEvent(const char* fmt, ...);
59 inline ~ScopedEvent();
174 Trace::ScopedEvent::ScopedEvent(const char* fmt, ...) : trace(Trace::get()) { in ScopedEvent() function
186 Trace::ScopedEvent::~ScopedEvent() { in ~ScopedEvent()
217 marl::Trace::ScopedEvent MARL_CONCAT(scoped_event, __LINE__)(__VA_ARGS__);