- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
is there a way to calculate the percentage of all instructions executed in accessing the memory from the profile results of the vtune?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Assuming you are referring to the IA32 architecture, unfortunately, there is no 'generic' memory event that you could count.
You can do what you ask if you are specific about the memory accesses. For example, you could count '2nd-level cache read misses' and then determine what percent of all instructions retired that was. See the Event Ratios, which allow you to select predefined ratios as well as define your own.
Regards,
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