Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Thread Analysis

Revision as of 09:30, 8 October 2008 by Unnamed Poltroon (Talk) (New page: == 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 sel...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Return to the Profiling with TPTP - plug-in developmeet page.

Back to the top