Ignore:
Timestamp:
Feb 1, 2012, 3:50:43 PM (12 years ago)
Author:
chronos
Message:
  • Added: In addition to measure frame data conversion, table show real step duration and FPS include Application.ProcessMessage which cause TImage to draw its data to form and show lower FPS for draw methods which use TImage Bitmap as target.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GraphicTest/UMainForm.lfm

    r318 r319  
    1818    Width = 348
    1919    ActivePage = TabSheet1
    20     Anchors = [akTop, akLeft, akRight, akBottom]
     20    Anchors = [akTop, akRight, akBottom]
    2121    TabIndex = 0
    2222    TabOrder = 0
     
    5454    Top = 8
    5555    Width = 368
    56     Anchors = [akTop, akLeft, akBottom]
     56    Anchors = [akTop, akLeft, akRight, akBottom]
    5757    Columns = <   
    5858      item
     
    6666      item
    6767        Caption = 'FPS'
     68        Width = 75
     69      end   
     70      item
     71        Caption = 'Step duration [ms]'
     72        Width = 80
     73      end   
     74      item
     75        Caption = 'Step FPS'
    6876        Width = 75
    6977      end>
     
    97105  end
    98106  object FloatSpinEdit1: TFloatSpinEdit
    99     Left = 160
     107    Left = 88
    100108    Height = 21
    101109    Top = 392
     
    122130    Height = 14
    123131    Top = 395
    124     Width = 137
     132    Width = 70
    125133    Anchors = [akLeft, akBottom]
    126     Caption = 'Single method test duration:'
     134    Caption = 'Step duration:'
    127135    ParentColor = False
    128136  end
    129137  object Label2: TLabel
    130     Left = 224
     138    Left = 152
    131139    Height = 14
    132140    Top = 395
Note: See TracChangeset for help on using the changeset viewer.