- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 NIOS II and how many instructions sets they consist of?
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use alarms and related functions all documented in the software developer's handbook:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can do it with Performance counter IP.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an391.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can do it with Performance counter IP.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an391.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can try Performance counter IP.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/an/an391.pdf
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page