Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » Profiling eclipse application in standalone mode
Profiling eclipse application in standalone mode [message #126992] Wed, 19 March 2008 15:24 Go to next message
Eclipse UserFriend
Originally posted by: cvkmurthy.hotmail.com

Experts,

How can I profile eclipse application in standalone mode. If it is
java application I can pass -agentlib as parameter. For eclipse
application I have an executable. Can I pass parameter to the executable?

Regards,
Krishna
Re: Profiling eclipse application in standalone mode [message #127040 is a reply to message #126992] Thu, 20 March 2008 07:10 Go to previous message
Asaf Yaffe is currently offline Asaf YaffeFriend
Messages: 333
Registered: July 2009
Senior Member
Krishna wrote:
> Experts,
>
> How can I profile eclipse application in standalone mode. If it is
> java application I can pass -agentlib as parameter. For eclipse
> application I have an executable. Can I pass parameter to the executable?
>
> Regards,
> Krishna

You can define the -agentlib argument in the JAVA_TOOL_OPTIONS
environment variables.

Example:

set
JAVA_TOOL_OPTIONS=-agentlib:JPIBootLoader=JPIAgent:server=st andalone;CGProf

Eclipse.exe

HTH,
Asaf


--
Asaf Yaffe
Eclipse TPTP Committer, JVMTI Profiler
Previous Topic:ARM Java and C bindings
Next Topic:ARM Vs Java Profiling
Goto Forum:
  


Current Time: Thu Apr 25 14:11:30 GMT 2024

Powered by FUDForum. Page generated in 0.03170 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top