Intel Parallel Inspector

Parallel Inspector
Developer(s) Intel Developer Products
Stable release XE 2016 / August 25, 2015 (2015-08-25)[1]
Operating system Windows and Linux
Type Profiler / Memory debugger
License Proprietary, Freeware[2]
Website software.intel.com/en-us/intel-parallel-inspector

Intel Parallel Inspector (successor of Intel Thread Checker) is a memory and thread checking debugging tool to increase the reliability, security, and accuracy of C/C++ applications.

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 or as a standalone product.

See also

References

External links

This article is issued from Wikipedia - version of the Thursday, August 27, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.