Hello Tout le Monde.
Have you a tool that can measure the time spent by an instruction in a loop.
10 000 000 000 and 10 lines inside the loop
I think to do like this
MOV RAX,RTDSCC
BIG LOOP
MOV RCX,RDTSC
RESULT = RCX - RAX
Is there better?
Merci
Philippe