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.

TDA2PXEVM: [TDA2Px][VSDK03-07-01-00]How to measure processing time of SGX

Part Number: TDA2PXEVM

Hi,

I want to measure the processing time of SGX and how can I do it?

I tried it like following, but it shows not SGX's but CPU's processing time.

====================
a = "some gettime function"
target API()SGX
b = "some gettime function"
printf("time = %f\n", b - a);
====================

Thanks,

Koji