[patch] Profiler Configuration Options

Don McCoy don at codesourcery.com
Thu Aug 10 22:54:11 UTC 2006


This patch adds the ability to enable/disable the profiler or selected 
portions.  The new option is:

   --enable-profiler=type  Specify list of areas to profile. Choices include
                           none, all or a combination of: signal, 
matvec, fns
                           and user. Default is none.

There is a built-in dependency on the timer or it produces an error at 
configuration time.  The timer has also been renamed to help avoid 
confusion.

Although there are four options, only signal and matvec are implemented 
yet.  The former controls profiling of FFT's, Convolutions etc. (all 
part of the signal processing portion of the standard) and the latter 
controls profiling of matrix-vector functions like dot-product and 
matrix multiplication.

Regards,

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


More information about the vsipl++ mailing list