Ignore:
Timestamp:
Nov 22, 2012, 3:02:54 PM (12 years ago)
Author:
chronos
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UMainForm.pas

    r448 r449  
    127127    //Application.ProcessMessages;
    128128    StartTime := NowPrecise;
     129    FrameCounterStart := NowPrecise;
     130    FrameCounter := 0;
    129131    repeat
    130132      StepStartTime := NowPrecise;
     
    136138    until TestTerminated or
    137139      ((TestTimeout > 0) and ((NowPrecise - StartTime) > OneSecond * TestTimeout));
     140    FPS := GetFPS;
    138141    Done;
    139142  end;
Note: See TracChangeset for help on using the changeset viewer.