61
edits
Changes
no edit summary
'''Stack frame depth''' – Sets the ...
= Starting Example: Finding a Memory Leak = The code below displays an obvious memory leak. The allocated memory for the integers are never deallocated: [[File:MemoryLeakCode.jpg|950px]] '''Step 1''': Navigate to Tools > Intel Inspector > New Analysis = [[File:New_Analysis.jpg|950px]] '''Step 2''': Select the level of analysis you want Intel Inspector to perform and the options you want to be included.
[[File:Analyszation_Levels.jpg|950px]]
[[File:MemoryLeakCodeStart_Analysis.jpg|950px]]
= Finding Nondeterministic Threading Errors =