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