Oracle® Solaris Studio 12.4: Performance Analyzer Tutorials

Exit Print View

Updated: December 2014
 
 

Setting Up the jlowfruit Sample Code

Before You Begin

  1. Copy the contents of the jlowfruit directory to your own private working area with the following command:

    % cp -r SolarisStudioSampleApplications/PerformanceAnalyzer/jlowfruit mydirectory

    where mydirectory is the working directory you are using.

  2. Change to that working directory copy.

    % cd mydirectory/jlowfruit
  3. Build the target executable.

    % make clobber (needed only if you ran make in the directory before, but safe in any case)
    
    % make

    After you run make the directory contains the target application to be used in the tutorial, a Java class file named jlowfruit.class.

    The next section shows how to use Performance Analyzer to collect data from the jlowfruit program and create an experiment.