i 'm working on 6678EVM on sysbios environment.
i'm treying out the mutex example (with modifications to run my functions).
how can i time the fucntions. i want to know how much time is taken for execution of the function.
i'm using a priority 1 and priority 2 task, blocking the critical section with a semaphore, i want to time the critical section.