Java Profiler 9.0 Help
Getting started
Running applications with profiler
Profiling applets-
With the help of IDE integration: use the "Profile" action from within your IDE, like you do "Run" or "Debug".
-
You can profile applets running inside a browser with Java Plugin installed.
Please add
option (see detail in Enabling profiling manually) in "Java(TM) Plug-in Control Panel", on the "Advanced" tab, in the field "Java Runtime Parameters".-agentpath:<agent library path>On Windows, "Java(TM) Plug-in Control Panel" is accessible from the Windows "Control Panel"
Important: If the browser is running, you must restart it after you have made the changes.
-
You can profile applets started with
appletviewercommand by passing (see Enabling profiling manually) as a command line parameter.-J-agentpath:<agent library path>