package Graphics_FrameRates is
subtype Hz is Float range 0.0 .. Float'Last;
Smoothing_Buffer_Size : constant Positive := 24;
function Measure_Interval return Time_Span;
function Average_Framerate
procedure Framerate_Limiter