Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/shell/common/
Dpipeline.h58 TRACE_FLOW_END("flutter", "PipelineItem", trace_id_); in ~ProducerContinuation()
153 TRACE_FLOW_END("flutter", "PipelineItem", trace_id); in Consume()
Dvsync_waiter.cc88 TRACE_FLOW_END("flutter", kVsyncFlowName, flow_identifier); in FireCallback()
Danimator.cc101 TRACE_FLOW_END("flutter", "PointerEvent", trace_flow_id); in BeginFrame()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dsession_connection.cc95 TRACE_FLOW_END("gfx", "SessionConnection::PresentSession", in PresentSession()
Dplatform_view.cc432 TRACE_FLOW_END("input", "dispatch_event_to_client", trace_id); in OnHandlePointerEvent()
/third_party/flutter/engine/flutter/fml/
Dtrace_event.h102 #define TRACE_FLOW_END(category, name, id) \ macro