Ignore:
Timestamp:
Jan 24, 2011, 8:39:52 AM (13 years ago)
Author:
george
Message:
  • Fixed: Execution time measurement.
  • Modified: MicroThread state list changed to virtual list.
Location:
MicroThreading/Demo
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • MicroThreading/Demo

    • Property svn:ignore
      •  

        old new  
        11Demo
        22lib
         3Demo.exe
  • MicroThreading/Demo/UMainForm.lfm

    r137 r140  
    11object Form1: TForm1
    2   Left = 445
     2  Left = 298
    33  Height = 510
    4   Top = 107
     4  Top = 144
    55  Width = 703
    66  Caption = 'MicroThreading demo'
    77  ClientHeight = 510
    88  ClientWidth = 703
     9  OnClose = FormClose
    910  OnCreate = FormCreate
    1011  OnDestroy = FormDestroy
     
    1415    Height = 25
    1516    Top = 13
    16     Width = 151
    17     Caption = 'Add new microthread'
     17    Width = 119
     18    Caption = 'Start scheduler'
    1819    OnClick = Button1Click
    1920    TabOrder = 0
     
    4647        Width = 105
    4748      end>
     49    OwnerData = True
    4850    ReadOnly = True
    4951    RowSelect = True
    5052    TabOrder = 1
    5153    ViewStyle = vsReport
     54    OnData = ListView1Data
    5255  end
    5356  object Label1: TLabel
     
    5558    Height = 14
    5659    Top = 8
    57     Width = 85
     60    Width = 74
    5861    Caption = 'Microthread list'
    5962    ParentColor = False
     
    6568    Width = 294
    6669    Anchors = [akTop, akLeft, akBottom]
     70    ScrollBars = ssAutoBoth
    6771    TabOrder = 2
    6872  end
     
    8589    TabOrder = 4
    8690  end
     91  object Label2: TLabel
     92    Left = 10
     93    Height = 14
     94    Top = 40
     95    Width = 32
     96    Caption = 'Label2'
     97    ParentColor = False
     98  end
    8799  object Timer1: TTimer
    88100    Interval = 100
Note: See TracChangeset for help on using the changeset viewer.