Go to main content
Oracle® Developer Studio 12.6: Performance Analyzer Tutorials

Exit Print View

Updated: June 2017
 
 

Collecting Data from mttest for Synchronization Tracing Tutorial

The easiest way to collect the data is to run the following command in the mttest directory:

% make syncperf

The syncperf target of the Makefile launches the collect command twice and creates two experiments.


Note -  This tutorial might take a longer time compiling and collecting data than the previous introductory tutorials.

The two experiments are named test.1.er and test.2.er and each contains synchronization tracing data and clock profile data. For the first experiment, collect uses a calibrated threshold for recording events by specifying the -s on option. For the second experiment, collect sets the threshold to zero to record all events by specifying the -s all option. In both experiments, clock-profiling is enabled through the -p on option.