Opening the source code to correct thread bottlenecks
When you identify the method responsible for a thread bottleneck, you can immediately display the source code, if available, for further analysis.
Source code is available only if you are profiling a Java project that is currently open in the Java perspective. You can open source code from within the UML2 Object Interactions view or from within the Profiling Monitor.
Do one of the following:
- In the UML2 Object Interactions view, right-click a method and from the pop-up menu select Open Source.
- In the Profiling Monitor, right-click a stack frame and from the pop-up menu select Open Source.
Parent topic
Detecting thread bottlenecks