Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Thread Analysis

Thread Analysis : Identify threading problem

Thread or job problem can be identify with the help of Thread Analysis. Thread Analysis can be enabled in the launch configuration by selecting Thread Analysis type of a Java profiler.

Sanp29.jpg

If contention information is required, enable the Contention Analysis option in the Edit Option detail of the analysis type.

Sanp30.jpg

Double-clicking on the profile agent opens the Thread Statistics view which shows thread related information of an application under profiled.

Sanp31.jpg

Selecting any thread instance in the table and click Show Call Stack button opens Call Stack view that shows stack information of the selected thread.

Sanp32.jpg

More detail information can be acquired by switching to the Monitor Statistics tab which shows information of class monitored in each thread.

Sanp33.jpg

The Threads Visualizer tab shows a graphical representation of the thread analysis, Legend is available in the Legend button.

Sanp35.jpg

Mouse over any thread in the view shows details about the selection.

Sanp36.jpg



Back to the Profiling with TPTP - plug-in development page

Back to the TPTP wiki page

Back to the top