Jump to content

Intel Inspector

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by GoBuck76 (talk | contribs) at 23:23, 7 September 2016 (Fix infobox). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Intel Inspector
Developer(s)Intel Developer Products
Stable release
XE 2017 / September 6, 2016; 7 years ago (2016-09-06)[1]
Written inC, C++, Fortran
Operating systemWindows and Linux
Type[Memory debugger] and Thread debugger
LicenseProprietary, Freeware[2]
Websitesoftware.intel.com/en-us/intel-parallel-inspector

Intel Inspector (successor of Intel Thread Checker) is a memory and thread checking and debugging tool to increase the reliability, security, and accuracy of C/C++ and Fortran 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 POSIX or Win32 threads.

It is available as part of Intel Parallel Studio.

See also

References

  1. ^ "Intel® Inspector 2017 Release Notes".
  2. ^ "No Cost Options for Intel Parallel Studio XE, Support yourself, Royalty-Free".

External links