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

Exit Print View

Updated: June 2016
 
 

Additional Tutorials

As mentioned in the Introduction to the Performance Analyzer Tutorials, there are several other tutorials in the PerformanceAnalyzer subdirectory of the samples zip file you downloaded in Getting the Sample Code for the Tutorials. The following list gives more information on each of these tutorials:

cachetest

The cachetest tutorial explores the effects of compiler optimization on the performance of a code, the presentation of compiler commentary from the Oracle Developer Studio compilers to help you understand the optimizations.

ksynprog

The ksynprog tutorial explores running tasks that trigger a path through the kernel and collecting performance data on the resulting program.

omptest

The omptest tutorial explores using the OpenMP parallelization directives and the resulting performance characteristics that can be examined in Performance Analyzer.

synprog

The synprog tutorial explores a simple program that does a number of tasks and exhibits some performance characteristics or features of the Performance Analyzer.