Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
5255 Discussions

How to export a result of an analyze to readable format?

Matheus_S_
Beginner
1,455 Views

Hi everyboby,

I'm new here in the forum so i would like to apologize if my post isn't in accordance with the rules.

I'm working on a scientífic paper on the university and need scan a code regardind the amount and tipe of branchs and export a log file that is readble nd contains the base adress and the target adress of each branch, and it was taken or not.

I started using the Vtune a short time and I couldn't find a way to do what i need.

So i want to know if it is possible to do this?If Yes, how can i do?And if no, you could apoint me some tool that i can do this?

Thank you.

0 Kudos
3 Replies
David_A_Intel1
Employee
1,455 Views

Hi Mattheus S.:

No, VTune Amplifier doesn't do this kind of monitoring. That is something more for a simulator rather than a profiler.

You might find a pintool, or write one, to log branches and if they are taken or not.  Lots of people have written pintools, so there might be something out there, but I am not aware of any.

0 Kudos
TimP
Honored Contributor III
1,455 Views

Such functionality is in the profile guided data collection of Intel compilers. Surely you could find references perhaps about similar use of other compiler.

0 Kudos
Matheus_S_
Beginner
1,455 Views

Thanks!!

0 Kudos
Reply