jbagel2 / libfixmath

Automatically exported from code.google.com/p/libfixmath
0 stars 0 forks source link

Benchmark Tool #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We need to create a proper benchmark/accuracy testing tool. Probably based of 
joes tool.

Original issue reported on code.google.com by Flatmush@googlemail.com on 24 Feb 2011 at 2:09

GoogleCodeExporter commented 9 years ago
This has been started, a cross platform benchmark/error-test tool called 
fixtest can be found in the trunk in a folder aptly named "fixtest".
It currently only measures performance for atan between single precision float 
and fixed point.
It includes a cross platform timer module to ensure high accuracy timing on 
unix/windows platforms but more macros may need to be added for 
microcontrollers.
We could make the timing module more extensible to allow for different timers 
on microcontrollers.

Original comment by Flatmush@googlemail.com on 24 Feb 2011 at 4:52

GoogleCodeExporter commented 9 years ago

Original comment by Flatmush@googlemail.com on 3 Mar 2011 at 3:46