[patch] Built-in function profiling

Don McCoy don at codesourcery.com
Sat Jul 8 00:01:24 UTC 2006


This is the first of a series of patches to add built-in profiling 
capability to VSIPL++.  For this initial version, only the FFT, 
Convolution and Correlation objects have been modified.

An example of how to use the profiling features is included in the 
examples/fft.cpp directory.  In brief, it shows the exact type of 
operation performed, the total amount of time spent (even over multiple 
calls), the number of times called, the operation count per call and 
finally, the (calculated) rate of operations (in MFLOPS).  Full 
documentation will be provided in an upcoming patch.

Regards,

-- 
Don McCoy
don (at) CodeSourcery
(888) 776-0262 / (650) 331-3385, x712
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pf1.changes
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20060707/42f6adcc/attachment.ksh>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pf1.diff
URL: <http://sourcerytools.com/pipermail/vsipl++/attachments/20060707/42f6adcc/attachment-0001.ksh>


More information about the vsipl++ mailing list