Here are some helpful links:
Important Knowledge Base Articles for Intel® Inspector XE 2013
Here are some helpful links:
Important Knowledge Base Articles for Intel® Inspector XE 2013
Here are useful slide decks to enhance your learning of Intel System Studio:
- Overview
- Build and Design
To Download this article :-
memory-profiling-using-intel-system-studio.pdf (344.62 KB)
Introduction
One of the problems with developing embedded systems is the detection of memory errors; like
Learn how to analyze security weaknesses with Intel® Inspector XE 2011 on Linux, Fortran code sample
Learn how to analyze security weaknesses with Intel® Inspector XE 2011 on Windows, Fortran code sample
Learn how to analyze security weaknesses with Intel® Inspector XE 2011 on Linux, C++ code sample
Learn how to analyze security weaknesses with Intel® Inspector XE 2011 on Windows, C++ code sample
Cyclomatic Complexity is a measurement of the number of possible paths through a section of code. For example, a simple if/else would give you two paths through a section of code. This code would be easy to understand and test. As the number of choices increases, the difficulty of ensuring correctness on all possible paths increases even faster.