Tool/software: TI C/C++ Compiler
Hello,
I am trying to find the best was to measure execution time of a specific section of code I am writing. I am using ccs compiler and tirtos. Does anyone have ideas what I can do to measure the execution time of the following pseudo code?
get start time
Function()
{
...
}
get end time.
I need the time in ms. I an not that familiar with tirtos yet.
Thanks,
Rob