Question
Functions execution times measurment
Posted on January 20, 2013 at 08:38
Hi,
I want to measure the preformance of my program,by measuring the execution time of various functions ,as the atollic toolchain dont have functions like : clock_gettime ,that is somewhat accurate to the milli second resolution , i am looking for alternatives . Any ideas? I was thinking maybe use the systick ,set it to 1 milli second interrupts and measure with it. Thanks Michael