Jump to content

Intel Inspector: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Line 32: Line 32:
*[[Intel Parallel Advisor]]
*[[Intel Parallel Advisor]]
*Intel [[VTune]] Amplifier
*Intel [[VTune]] Amplifier
*[[Intel Software Network]] (ISN; support and discussion)
*[[Intel Developer Zone]] (Intel DZ; support and discussion)
*[[Memory debugger]]
*[[Memory debugger]]
*[[Memory leak]]
*[[Memory leak]]

Revision as of 14:27, 15 September 2013

Parallel Inspector
Developer(s)Intel Developer Products
Stable release
XE 2013 Update 7 / August 1, 2013; 11 years ago (2013-08-01)[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 Intel Threading Building Blocks, 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 2013 Release Notes".