Go to main content
Oracle® Developer Studio 12.5: Performance Analyzer

Exit Print View

Updated: June 2016
 
 

Commands That Support Thread Analyzer

The following commands are in support of Thread Analyzer. See the Oracle Developer Studio 12.5: Thread Analyzer User’s Guide for more information about the data captured and shown.

races

Writes a list of all data races in the experiments. Data-race reports are available only from experiments with data-race-detection data.

rdetail race-id

Writes the detailed information for the given race-id. If the race-id is set to all, detailed information for all data races is shown. Data race reports are available only from experiments with data race detection data.

deadlocks

Writes a list of all detected real and potential deadlocks in the experiments. Deadlock reports are available only from experiments with deadlock-detection data.

ddetail deadlock-id

Writes the detailed information for the given deadlock-id. If the deadlock-id is set to all, detailed information for all deadlocks is shown. Deadlock reports are available only from experiments with deadlock-detection data.