[ECOS] Execution time
Andrew Lunn
andrew@lunn.ch
Wed Sep 20 07:09:00 GMT 2006
On Wed, Sep 20, 2006 at 08:34:21AM +0200, Michele Portolan wrote:
> I would need to check the execution time of different implementations of
> the same function: is there a simple way to do it?
> I lloked up "tm_basic.cxx", but I think my case is far simpler because I
> have no scheduler (for the moment).
If you want to keep it simple use HAL_CLOCK_READ(). But you will have
to handle wrap around and scaling between HAL CLOCK ticks and real
ticks.
Andrew
--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
More information about the Ecos-discuss
mailing list