hmm, it is a little bit odd.
i know from game settings full hd is only 59 hz listed.
if me not set the sync rate my monitor show 60 hz and the values are not stable.
if me set to 59 hz inside agk with SetSyncRate the values are stable but my monitor still show 60hz.
it seems the screenfps command give the best value.
//agk 2.0.15d
//SetSyncRate(59,1)
SetWindowSize( 1920, 1080, 1 )
SetVirtualResolution(160,90)
do
if GetPointerPressed() then exit
print("FPS " + str(ScreenFPS(),1))
print("FrameTime "+str(GetFrameTime(),4))
print(str(1.0/GetFrameTime(),1) + " Hz" )
sync()
loop
end
AGK (Steam) V2.0.15d : Windows 10 Pro 64 Bit : AMD (15.201.1151.0) Radeon R7 265 : Mac mini OS X 10.10 (Yosemite)