How to accurately check the execution time of a code segment

51 Views Asked by At

I'm debugging a high performance data path on x86-64 platform. Its execution time may jitter, but its code is very short(might be 20-100 cpu cycles), how to accurately get its execution time?

Thank you.

0

There are 0 best solutions below