This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Timing a function (critical section )in sys-bios

Other Parts Discussed in Thread: SYSBIOS

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.