Learn how to analyze security weaknesses with Intel® Inspector XE 2011 on Windows, C++ code sample
Intel® Inspector XE
Getting Started Tutorial: Analyzing Threading Errors with Intel® Inspector 2011 on Linux
Learn how to analyze threading errors with Intel® Inspector XE 2011 on Linux, Fortran code sample
Getting Started Tutorial: Analyzing Threading Errors with Intel® Inspector 2011 on Windows
Learn how to analyze threading errors with Intel® Inspector XE 2011 on Windows, Fortran code sample
Getting Started Tutorial: Analyzing Threading Errors with Intel® Inspector 2011 on Linux
Learn how to analyze threading errors with Intel® Inspector XE 2011 on Linux, C++ code sample
Getting Started Tutorial: Analyzing Threading Errors with Intel® Inspector 2011 on Windows
Learn how to analyze threading errors with Intel® Inspector XE 2011 on Windows, C++ code sample
Getting Started Tutorial: Analyzing Memory Errors with Intel® Inspector 2011 on Linux
Learn how to analyze memory errors with Intel® Inspector XE 2011 on Linux, Fortran code sample
Getting Started Tutorial: Analyzing Memory Errors with Intel® Inspector 2011 on Windows
Learn how to analyze memory errors with Intel® Inspector XE 2011 on Windows, Fortran code sample
Getting Started Tutorial: Analyzing Memory Errors with Intel® Inspector 2011 on Linux
Learn how to analyze memory errors with Intel® Inspector XE 2011 on Linux, C++ code sample
Getting Started Tutorial: Analyzing Memory Errors with Intel® Inspector 2011 on Windows
Learn how to analyze memory errors with Intel® Inspector XE 2011 on Windows, C++ code sample
内存访问出错源代码定位及调用栈信息和代码片段
Inspector XE 可以查找程序的内存访问和线程访问的出错源代码。
一般而言,软件测试工程师使用此工具的命令行编写脚本文件,定时地运行软件,可以监控项目的质量,如果发现错误,可以把报错的问题和源文件的行号等信息送给相应的开发人员。
如:
# inspxe-cl -collect mi3 -- ./tachyon.find_and_fix_memory_errors ./dat/simpleballs.dat
