Re: need eclipse profiling tutorial



Anyway, I suppose that you can run your program :) If it's true then
you can add "-agentlib:yjpagent" to JVM options (your program will
start with profiler agent). After that it's possible to connect
profiler UI to agent and explore performance problems.

Regards,
Vladimir

Wizumwalt@xxxxxxxxx wrote:
> Heh, your assuming I have a proper Java project built. I had a plain
> vanilla project which wouldn't allow me to configure launch config's
> and etc.. for and so far have been unable to put it into a java
> project.
>
> So once I can make this all work as a "Java" project, then I guess that
> might not be so difficult.

.