Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
5261 Discussions

integrating performance analyser with an automating tool.

vamsidhar_s_
Beginner
823 Views

Hi All,

I'm trying to run intel v tune performance analyser with jenkins. To do so i need the window batch file to set up the environment. can someone tell me where will i find the batch file of it.

0 Kudos
3 Replies
Peter_W_Intel
Employee
823 Views
You might set up environmnet in your batch file, run amplxe-vars.bat under C:\Program Files (x86)\Intel\VTune Amplifier XE 2013, so you can run amplxe-cl to collect data & generate the report.
0 Kudos
vamsidhar_s_
Beginner
823 Views
Hi Peter, Thanks for the help. I tried executing these commands through a batch file. amplxe-vars.bat vtl query -project The first line got executed but not the second. Also can u tell me how to run amplxe-cl to collect the data.
0 Kudos
Peter_W_Intel
Employee
823 Views
You should see about using amplxe-cl in online helper. I wrote a simple blog [html]http://software.intel.com/zh-cn/blogs/2010/11/10/amplxe-cl/[/html] to show examples of using command line (Sorry it is in Chinese, but you can find many useful examples in 1-2-3-4)
0 Kudos
Reply