Sun Studio 12: Performance Analyzer

Commands That Support the Thread Analyzer

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

races

Writes a list of all dataraces 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 dataraces 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.