[patch] Benchmark enhancement - 'latency' metric
Don McCoy
don at codesourcery.com
Wed Apr 5 19:10:10 UTC 2006
This patch allows us to do a straight comparison of one routine's
execution time to another's, rather than just looking at the number of
fp operations per second. This makes sense to do when comparing say,
the efficiency of different algorithms such as an FIR done with FFT's vs
the brute-force method used by the Fir class (each has a different
number of FLOPS used per point).
Note that the units are in *micro*seconds per point.
Regards,
--
Don McCoy
don (at) CodeSourcery
(888) 776-0262 / (650) 331-3385, x712
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: lat.changes
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20060405/d97bfd93/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: lat.diff
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20060405/d97bfd93/attachment-0001.ksh>
More information about the vsipl++
mailing list