get_timings


Description:

[ Version ( since = "3.8" ) ]
public unowned FrameTimings? get_timings (int64 frame_counter)

Retrieves a FrameTimings object holding timing information for the current frame or a recent frame.

The FrameTimings object may not yet be complete: see get_complete.

Parameters:

this

a FrameClock

frame_counter

the frame counter value identifying the frame to be received.

Returns:

the FrameTimings object for the specified frame, or null if it is not available. See get_history_start.