struct Timestamps

Defined at line 37 of file ../../src/ui/scenic/lib/scheduling/frame_scheduler.h

The timestamp data that is expected to be delivered after rendering and presenting a frame.

TODO(https://fxbug.dev/42098890): If there are multiple render passes, |render_done_time| is the

time furthest forward in time. Solving 24669 may involve expanding this struct to support

multiple passes in data.

TODO(https://fxbug.dev/42149510): when there are multiple displays, there is no single "actual

presentation time" that the FrameRenderer can return.

Public Members

basic_time render_done_time
basic_time actual_presentation_time