vsyncOverhead property
The duration between receiving the vsync signal and starting building the frame.
Implementation
Duration get vsyncOverhead => _rawDuration(FramePhase.buildStart) - _rawDuration(FramePhase.vsyncStart);
The duration between receiving the vsync signal and starting building the frame.
Duration get vsyncOverhead => _rawDuration(FramePhase.buildStart) - _rawDuration(FramePhase.vsyncStart);