Forum Discussion
fpgaLover22
New Contributor
5 years agoHow do I calculate the elapsed time and see how many instructions a specific operation has occurred
For example
while (x <10 && x <50)
x ++;
How can I measure how many instructions a loop like and what the elapsed time is?
Or are there functions that we know precisely the time elapsed in NI...
sstrell
Super Contributor
5 years agoYou can use alarms and related functions all documented in the software developer's handbook: