Hands-on Labs

Oracle Solaris Studio 12.4 VirtualBox Image

This VirtualBox Image includes Oracle Solaris Studio 12.4 and Oracle Solaris Studio 12.4 Hands-on Labs in an Oracle Solaris 11.2 x86 environment.

Download

Below is a summary of the Hands-on Labs included in this VirtualBox Image:

Code Analyzer HOL

Learn how to use the Code Analyzer to identify and fix errors in source code. This HOL demonstrates features of the Code Analyzer that allow you to detect errors such as array bounds and infinite loops while compiling your application and run-time memory leaks and memory corruption errors. It demonstrates how to verify test coverage and identify sections of code that are not being tested. It also presents effective methods to use when working with large scale enterprise projects.

Performance Analyzer HOL

Learn how to use the Performance Analyzer to optimize application performance. The Performance Analyzer allows you to examine the performance of Java, C, C++, and Fortran applications and relate it back to constructs in source code (functions, call stacks, source code lines, data structures, etc.) so that application performance can be understood and improved. This HOL demonstrates how to use the Performance Analyzer to collect data and examine data using various Data Views including the Timeline View which shows load imbalances, synchronization, and different phases of execution.