home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 28
/
amigaformatcd28.iso
/
-seriously_amiga-
/
misc
/
posbb
/
doc
/
history.generic
< prev
next >
Wrap
Text File
|
1998-05-09
|
1KB
|
38 lines
v 0->0.3 (beta)
Semi-working versions,only for internal use.
v 0.5 (17.03.97) (beta)
Complete porting of current Amiga version.
v 0.6 (22.1.98) (beta)
Added user options.
v 0.7 (31.1.98) (beta)
Changed some minor stuff.
v 0.8 (1.2.98) (beta)
Added "precision" option. Now the user can choose the precision (and so the total time taken)
of the tests. Low precision is for slowest machines,highest for very fast ones.
v 0.8 (6.2.98) (beta)
Added qsort test.
v 0.9 (8.2.98) (beta)
Changed the way it calculates time. Now it uses the C function clock() and is so more accurate.
v 0.10 (9.2.98) (beta)
Added TMath (trigonometry) test. The GCC hasn't been able to optimize it neither with -O3 !
Changed IMath and FPMath tests. Now they are less easy to optimize,but it is possible,yet.
I'll try to fix this before a non-beta release.
v 0.11 (10.2.98) (beta)
Changed some minor stuff.
v 0.12 (13.2.98) (beta)
Now it has restarted using time() to get the time,because I had some problems with clock().
It now give the time it would took if it run with precision set to 'highest'.
v 0.13 (07.05.98) (beta)
Added Test_CopyMem_512kb and Test_CopyMem_1Mb,which respectively test the memory copying speed
using chunks of 512k and 1 Mb instead of 1 kb as Test_CopyMem() do.