Viewing by thread

If you run your application under JDK 1.2 or later, you have the option to enable per-thread profiling. If you open a profile containing thread information additional controls appear within the profile viewer.
When analysing a method the drop down combo box shows all the threads that use that method. You can select a thread fromt the drop down box and only the calls due to that thread are shown.

If you check the "Identify threads" check box the number of the thread invoking it is shown in braces after the method name. If a method is called by more than one thread it is listed separately for each thread.


Help index | Next topic