Re: [Owfs-developers] Profiling option to help optimization

2005-06-29 Thread Christian Magnusson
Forgot to say that kernel should be compiled with CONFIG_PROFILING=y to get information about accumulated time in each function. /Christian On Wed, 2005-06-29 at 14:47 +0200, Christian Magnusson wrote: > I have optimized some functions which I noticed took very long time to > execute, and I have

[Owfs-developers] Profiling option to help optimization

2005-06-29 Thread Christian Magnusson
I have optimized some functions which I noticed took very long time to execute, and I have decreased the usage of UT_delay too... I added --enable-profiling to configure. It doesn't work with dynamic linked libow, so use it like this: ./bootstrap --enable-profiling --disable-shared make ; make i