Re: Fastcode UpperCase B&V 3.0
- From: "Dennis" <marianndkc@xxxxxxxxxxxxxxx>
- Date: Tue, 31 May 2005 15:55:50 +0200
Hi
If the bench test is coded like this then "Bench all" is run a number of
times without any "Bench" runs in between. If accuracy is better now then
there is a potential problem with
> We must also make sure that there is no problem regarding precision in
> "Benchmark" versus "Benchmark All".
Regards
Dennis
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;
.
- Follow-Ups:
- 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
- Re: Fastcode UpperCase B&V 3.0
- From: Dennis
- Fastcode UpperCase B&V 3.0
- Prev by Date: Re: filling big array of double
- Next by Date: Re: filling big array of double
- Previous by thread: Re: Fastcode UpperCase B&V 3.0
- Next by thread: Re: Fastcode UpperCase B&V 3.0
- Index(es):