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.

application arguments

scranfo
Beginner
936 Views
I am using vtl for the first time and haven't been able to pass arguments to the application I am profiling.

If the application is a.out and argument is named arg1 what is the proper syntax?

I have been using:
vtl activity -c sampling -app a.out arg1
this returns a syntax error.

0 Kudos
2 Replies
gauthamt
Beginner
936 Views
Add run at the end

vtl activity -c sampling -app "a.out arg1" run
0 Kudos
Daniel_B_Intel2
Employee
936 Views


hi,

the forum "VTune Performance Analyzer for Linux applications"
(http://softwareforums.intel.com/ids/board?board.id=14) is more appropriate place for the discussion of Linux issues.

There you can find that you are not alone and not the first user who has problems with passing the args to the application.
e.g. see my reply in
http://softwareforums.intel.com/ids/board/message?board.id=14&message.id=218


-Daniel

Message Edited by intel.software.network.support on 12-09-2005 01:11 PM

0 Kudos
Reply