Part Number: EK-TM4C1294XL
Tool/software: Code Composer Studio
Hi everyone,
I'm having the following issue, I'm trying to measure the time that my algorithm is speding, I found some time ago the method using two breakpoints, taking the clock cicles between it and calculating the time elapsed by calculating the period, given the frequency of my board. I would like to know if this is a good way to do it, and also if there is a another method.
thank you all
Best Regards,
Luis Santos
PS: time elapsed between two breakpoints = Clock Cycles * 1 / (frequency per cycle of the board)