A
Hi,
I need to find out the number of instructions executed by my processor per sec.
I wrote a code with 10 simple instructions in a loop. Now I want to sent an interrupt to this program after 1 sec. so that I can count the number of instruction executed per second. How can I set my RTI to 1 sec. and how can I interrupt my program?
I need to find out the number of instructions executed by my processor per sec.
I wrote a code with 10 simple instructions in a loop. Now I want to sent an interrupt to this program after 1 sec. so that I can count the number of instruction executed per second. How can I set my RTI to 1 sec. and how can I interrupt my program?
