Search Results

1
vote

How do you measure the time a function takes to execute?

I always implement an interrupt driven ticker routine. This then updates a counter that counts the number of milliseconds since start up. This counter is then accessed with a GetTickCount() funct …