- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Greetings!
I'm using vtune for my "science" project.
I need to collect this info:
Upon completion of every function in each thread I need values:
cpu time, elapsed time + L1 instruction cache miss rate per thread
As far as I understand, there was TBRW library in VTune 9.1, but
there is no such in vtune amplifier xe 2011.
How could I export results from vtune in some readable format?
Best regards, Evgeny.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I suppose that TBRW include/library is APIs in old product, which allows the user design their own sampling driver and record performance data, which format can be recognized by VTune Analyzer. There is no such function in new product.
You can select "Memory Access" analysis type to perform data collection. In bottom-up report, change display type to "Thread / Function" then you can get data for each function of each thread.
Simply select interest of Rows in report - right-click on to "Export to CSV" to save result file.
Regards, peter
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I suppose that TBRW include/library is APIs in old product, which allows the user design their own sampling driver and record performance data, which format can be recognized by VTune Analyzer. There is no such function in new product.
You can select "Memory Access" analysis type to perform data collection. In bottom-up report, change display type to "Thread / Function" then you can get data for each function of each thread.
Simply select interest of Rows in report - right-click on to "Export to CSV" to save result file.
Regards, peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, Peter!
I've started investigating amplxe-cl usage,
and you saved me a lot of time, because I know what to look for.
Best regards, Evgeny.
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