Changes between Version 25 and Version 26 of cypress/using
- Timestamp:
- 06/17/15 10:40:53 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/using
v25 v26 354 354 [fuji@cypress1 ~]$ idev 355 355 }}} 356 To collect information, run the code by356 To collect information, run the code, for example, 357 357 {{{#!bash 358 358 [fuji@cypress1 ~]$ inspxe-cl -collect=mi2 -app-working-dir=$PWD -result-dir=$PWD/results $PWD/mytest 359 359 }}} 360 See [https://software.intel.com/sites/products/documentation/doclib/iss/2013/inspector/lin/ug_docs/GUID-634DB62A-CE9B-4301-8530-BDF6C183AF1E.htm ] for details.361 362 To show results, 360 See [https://software.intel.com/sites/products/documentation/doclib/iss/2013/inspector/lin/ug_docs/GUID-634DB62A-CE9B-4301-8530-BDF6C183AF1E.htm here] for details. 361 362 To show results, for example, 363 363 {{{#!bash 364 364 [fuji@cypress1 ~]$ inspxe-cl -R problems -r $PWD/results 365 365 }}} 366 See [https://software.intel.com/sites/products/documentation/doclib/iss/2013/inspector/lin/ug_docs/GUID-1C6FCC6A-E343-40FF-BF31-B74567A554A8.htm ] for details.366 See [https://software.intel.com/sites/products/documentation/doclib/iss/2013/inspector/lin/ug_docs/GUID-1C6FCC6A-E343-40FF-BF31-B74567A554A8.htm here] for details. 367 367 368 368 == Intel® Advisor XE ==