Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/fml/
Dtrace_event.h49 ::fml::tracing::ScopedInstantEnd __FML__TOKEN_CAT__2(__trace_end_, \
248 class ScopedInstantEnd {
250 ScopedInstantEnd(const char* str) : label_(str) {} in ScopedInstantEnd() function
252 ~ScopedInstantEnd() { TraceEventEnd(label_); } in ~ScopedInstantEnd()
257 FML_DISALLOW_COPY_AND_ASSIGN(ScopedInstantEnd);