Re: Fastcode UpperCase B&V 3.0
- From: "Dennis" <marianndkc@xxxxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 14:18:52 +0200
Hi
To investigate this possible problem
> We must also make sure that there is no problem regarding precision in
> "Bechmark" versus "Benchmark All".
I recoded the bench test eventhandler to this
procedure TMainForm.BenchTestButtonClick(Sender: TObject);
var
I1, I2 : Cardinal;
begin
BenchTestButton.Caption := 'Running';
Update;
for I1 := 0 to FunctionSelectionRadioGroup.Items.Count-1 do
begin
FunctionSelectionRadioGroup.ItemIndex := I1;
BenchmarkButtonClick(nil);
BenchmarkAllButtonClick(nil);
Update;
end;
BenchTestButton.Caption := 'Bench Test';
end;
Regards
Dennis
.
- Follow-Ups:
- Re: Fastcode UpperCase B&V 3.0
- From: Dennis
- Re: Fastcode UpperCase B&V 3.0
- From: Dennis
- Re: Fastcode UpperCase B&V 3.0
- References:
- Fastcode UpperCase B&V 3.0
- From: Dennis
- Fastcode UpperCase B&V 3.0
- Prev by Date: filling big array of double
- Next by Date: Re: Fastcode UpperCase B&V 3.0
- Previous by thread: Re: Fastcode UpperCase B&V 3.0
- Next by thread: Re: Fastcode UpperCase B&V 3.0
- Index(es):