JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris Studio 12.3: Performance Analyzer     Oracle Solaris Studio 12.3 Information Library
search filter icon
search icon

Document Information

Preface

1.  Overview of the Performance Analyzer

2.  Performance Data

3.  Collecting Performance Data

4.  The Performance Analyzer Tool

Starting the Performance Analyzer

Analyzer Command Options

Java Options

-j | --jdkhome jvm-path

-Jjvm-options

Control Options

-f | --fontsize size

-v | --verbose

Information Options

-V | --version

-? | --h | --help

Analyzer Default Settings

Performance Analyzer GUI

The Menu Bar

The Toolbar

Analyzer Data Displays

Data Tabs in Left Pane

The MPI Timeline Tab

MPI Chart Tab

The Races Tab

The Deadlocks tab

The Functions Tab

The Callers-Callees Tab

The Call Tree Tab

The Dual-Source Tab

The Source/Disassembly Tab

The Source Tab

The Lines Tab

The Disassembly Tab

The PCs Tab

The OpenMP Parallel Region Tab

The OpenMP Task Tab

The Timeline Tab

The LeakList Tab

The DataObjects Tab

The DataLayout Tab

The Inst-Freq Tab

The Statistics Tab

The Experiments Tab

The Index Objects Tabs

The Threads Tab

The Samples Tab

The CPUs Tab

The Seconds Tab

The Processes Tab

The Experiment IDs Tab

The MemoryObjects Tabs

Tabs in Right Pane

The MPI Timeline Controls Tab

The MPI Chart Controls Tab

The Summary Tab

The Timeline Details Tab

The Threads Chart Controls Tab

The Leak Tab

The Race Detail Tab

The Deadlock Detail Tab

Setting Data Presentation Options

Metrics Tab

Sort Tab

Source/Disassembly Tab

Formats Tab

Timeline Tab

Search Path Tab

Pathmaps Tab

Tabs Tab

Finding Text and Data

Showing or Hiding Functions

Filtering Data

Using Context Filters

Managing Filters

Using Custom Filters

Using Labels for Filtering

Recording Experiments from Analyzer

Default Settings for Analyzer

Saving Performance Analyzer Settings

Settings in the .er.rc File

Comparing Experiments

Enabling Comparison Mode By Default

5.  The er_print Command Line Performance Analysis Tool

6.  Understanding the Performance Analyzer and Its Data

7.  Understanding Annotated Source and Disassembly Data

8.  Manipulating Experiments

9.  Kernel Profiling

Index

Comparing Experiments

You can load multiple experiments or experiment groups simultaneously in the Analyzer. By default, when multiple experiments on the same executable are loaded, the data is aggregated and presented as if it were one experiment. You can also look at the data separately, so you can compare the data in the experiments.

To compare two experiments in the Analyzer, you can open the first experiment in the normal way, and then select File > Add Experiment to load the second experiment. To compare them, right-click in a tab that supports comparing and select Enable Experiment Comparison.

The tabs that support comparing experiments are Functions, Callers-Callees, Source, Disassembly, Lines, and PCs. In comparison mode, the data from the experiments or groups is shown in adjacent columns on these tabs. The columns are shown in the order of the loading of the experiments or groups, with an additional header line giving the experiment or group name.

Enabling Comparison Mode By Default

You can enable comparison mode by default by setting compare on in your .er.rc file. Alternatively, you can enable comparison mode in the Analyzer's Set Data Presentation dialog by selecting the Compare Experiments option in the Formats tab. To make this the default, click the Save button to add compare on to your .er.rc file.

You can also compare experiments using the er_print compare command. See compare { on | off } for more information.