Jan Peman writes:
 > 
 > A solution might be to use your own routines just calling the
 > math-functions.. but I guess there is much overhead in the function-calls
 > added using this solution.. (my_sin(), my_pow etc.)
 > 

IIRC, this should do the trick if you are using GNU tools

1) make sure you have the profiling library installed, "libmp.a".
2) compile and link with the profiling command "-pg"
3) when you link, use "-lmp" instead of the "-lm" to link the math profiling library 
instead of the standard math library.

-- 
James 'Jasha' Garnet Droppo III             [EMAIL PROTECTED]
Interactive Systems Design Lab                    ISDL:(206)543-7298
Department of Electrical Engineering, University of Washington
                         http://isdl.ee.washington.edu/isdl/jdroppo/

--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to