Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)

application arguments

scranfo
Beginner
638 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
638 Views
Add run at the end

vtl activity -c sampling -app "a.out arg1" run
0 Kudos
Daniel_B_Intel2
Employee
638 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