Home
last modified time | relevance | path

Searched defs:TraceFlow (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/engine/flutter/fml/
Dtrace_event.h267 TraceFlow(const char* label) : label_(label), nonce_(TraceNonce()) { in TraceFlow() function
273 TraceFlow(TraceFlow&& other) : label_(other.label_), nonce_(other.nonce_) { in TraceFlow() function