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