150
edits
Changes
→Cons
- Hard to navigate
- Outdated UI
- It can provide false positive and false negative
- Inaccurate Results
Intel Parallel Inspector detects uninitialized memory access on a 2D array that has been allocated properly and initialized.
[[File:FalsePositive.png|800px]]
In the below Image, Intel Parallel Inspector can be seen detecting the same uninitialized memory access error on line 18 when the memory location is properly initialized on line 17.
[[File:FalsePositiveEdited.png|800px]]