Changes between Initial Version and Version 1 of cypress/VTune Brief Tutorial


Ignore:
Timestamp:
08/20/15 20:59:37 (9 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/VTune Brief Tutorial

    v1 v1  
     1
     2Perform the hotspots collection on ex62s.
     3
     4{{{#!bash
     5[fuji@cypress01-038 PSE]$ amplxe-cl -collect hotspots ./ex62s
     6amplxe: Collection started. To stop the collection, either press CTRL-C or enter from another console window: amplxe-cl -r /home/fuji/svn/workshop/PSE/r000hs -command stop.
     7Number of particle=6560
     8Time Step=1.602307e-04
     9Max Steps=1.248200e+04
     10Data Out at time=1.602307e-04, 1.920000e+00 (sec/step)
     11amplxe: Collection stopped.
     12amplxe: Using result path `/home/fuji/svn/workshop/PSE/r000hs'
     13amplxe: Executing actions 16 % Resolving information for `libc-2.12.so'
     14amplxe: Warning: Cannot locate debugging symbols for file `/lib64/libc-2.12.so'.
     15amplxe: Executing actions 50 % Generating a report
     16
     17Collection and Platform Info
     18----------------------------
     19Parameter                 r000hs
     20------------------------  -----------------------------------------------------
     21Application Command Line  ./ex62s
     22Operating System          2.6.32-431.23.3.el6.x86_64 CentOS release 6.5 (Final)
     23Computer Name             cypress01-038
     24Result Size               1718864
     25Collection start time     01:56:16 21/08/2015 UTC
     26Collection stop time      01:56:18 21/08/2015 UTC
     27
     28CPU
     29---
     30Parameter          r000hs
     31-----------------  -----------------------------------
     32Name               Intel(R) Xeon(R) E5/E7 v2 processor
     33Frequency          2800001778
     34Logical CPU Count  20
     35
     36Summary
     37-------
     38Elapsed Time:       1.931
     39CPU Time:           1.919
     40Average CPU Usage:  0.993
     41amplxe: Executing actions 100 % done
     42}}}
     43
     44Generate the 'hotspots' report for the result directory 'r000hs'.
     45{{{#!bash
     46[fuji@cypress01-038 PSE]$ amplxe-cl -report hotspots -r r000hs
     47amplxe: Using result path `/home/fuji/svn/workshop/PSE/r000hs'
     48amplxe: Executing actions 50 % Generating a report
     49Function                         Module        CPU Time:Self  CPU Time:Idle:Self  CPU Time:Poor:Self  CPU Time:Ok:Self  CPU Time:Ideal:Self  CPU Time:Over:Self  Spin Time:Self  Overhead Time:Self
     50-------------------------------  ------------  -------------  ------------------  ------------------  ----------------  -------------------  ------------------  --------------  ------------------
     51exp                              ex62s                 0.579                   0               0.579                 0                    0                   0               0                   0
     52Diffusion                        ex62s                 0.520                   0               0.520                 0                    0                   0               0                   0
     53__libm_error_support             ex62s                 0.301                   0               0.301                 0                    0                   0               0                   0
     54DKernel                          ex62s                 0.259                   0               0.259                 0                    0                   0               0                   0
     55_mcount                          libc-2.12.so          0.210                   0               0.210                 0                    0                   0               0                   0
     56exp                              ex62s                 0.030                   0               0.030                 0                    0                   0               0                   0
     57[Import thunk mcount]            ex62s                 0.010                   0               0.010                 0                    0                   0               0                   0
     58[Import thunk __errno_location]  ex62s                 0.010                   0               0.010                 0                    0                   0               0                   0
     59amplxe: Executing actions 100 % done
     60}}}