Changes between Version 34 and Version 35 of cypress/using


Ignore:
Timestamp:
08/19/15 22:08:30 (9 years ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/using

    v34 v35  
    382382[fuji@cypress1 ~]$ inspxe-cl -collect=mi2 -app-working-dir=$PWD -result-dir=$PWD/results $PWD/mytest
    383383}}}
     384
     385'''-collect=''' options
     386Memory error analysis types
     387||= mi1 =||  Detect memory leaks ||
     388||= mi2 =||  Detect memory leaks and memory access problems ||
     389||= mi3 =||  Find locations of memory leaks and memory access problems ||
     390
     391Threading error analysis_types
     392||= ti1 =||  Detect deadlocks ||
     393||= ti2 =||  Detect deadlocks and data races ||
     394||= ti3 =||  Find locations of deadlocks and data races ||
     395
    384396See [https://software.intel.com/sites/products/documentation/doclib/iss/2013/inspector/lin/ug_docs/GUID-634DB62A-CE9B-4301-8530-BDF6C183AF1E.htm here] for details.
    385397