Jump to content

Intel Inspector: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Update 9
2015
Line 6: Line 6:
|developer = [http://software.intel.com/en-us/intel-sdp-home/ Intel Developer Products]
|developer = [http://software.intel.com/en-us/intel-sdp-home/ Intel Developer Products]
|released = <!-- {{Start date and age|YYYY|MM|DD}} -->
|released = <!-- {{Start date and age|YYYY|MM|DD}} -->
|latest release version = XE 2013 Update 9
|latest release version = XE 2015
|latest release date = {{Release date and age|2013|12|12}}<ref>{{cite web |title=Intel Inspector XE 2013 Release Notes |url=http://software.intel.com/en-us/articles/intel-inspector-xe-2013-release-notes}}</ref>
|latest release date = {{Release date and age|2014|07|24}}<ref>{{cite web |title=Intel® Inspector XE 2015 Release Notes |url=https://software.intel.com/en-us/articles/intel-inspector-xe-2015-release-notes}}</ref>
|latest preview version =
|latest preview version =
|latest preview date =
|latest preview date =

Revision as of 23:00, 4 September 2014

Parallel Inspector
Developer(s)Intel Developer Products
Stable release
XE 2015 / July 24, 2014; 9 years ago (2014-07-24)[1]
Operating systemWindows and Linux
TypeProfiler / Memory debugger
LicenseProprietary commercial (single user)
Websitesoftware.intel.com/en-us/intel-parallel-inspector

Intel Parallel Inspector adds memory and thread checking into Microsoft Visual Studio. Parallel Inspector helps increase the reliability, security, and accuracy of C/C++ applications.

  • Reliability: Find deadlocks and memory errors that cause lockups & crashes
  • Security: Find memory and threading vulnerabilities used by hackers
  • Accuracy: Identify memory corruption and race conditions to eliminate erroneous results

Memory checking includes memory leaks, dangling pointers, uninitialized variables, use of invalid memory references, mismatched memory, allocation and deallocation, stack memory checks, and stack trace with controllable stack trace depth

Thread checking includes race conditions, deadlocks, depth configurable call stack analysis, diagnostic guidance, built-in knowledge of Threading Building Blocks (TBB), OpenMP, and Windows threads.

It is available as part of Intel Parallel Studio or as a standalone product.

See also

References

  1. ^ "Intel® Inspector XE 2015 Release Notes".

External links