mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
I suspect that some of the worst frame times are caused by submission blocking on adding a fence. Add a trace event that would make that obvious. 