Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7954 Discussions

Effective tool for run-time errors and memory leaks detection

leps
Beginner
279 Views

Hi!

Created application is working toooo slow, looks like there are a lot of memory leaks, there are a lot of pointers. So, please, can you advice some effective tool for run-time errors and memory leaks detection in Visual Studio C++?
0 Kudos
1 Reply
JenniferJ
Moderator
279 Views

Try out the Intel Parallel Inspector or Intel Inspector XE.
The eval link is below.

The Intel C++ Composer XE provides a Static Security Analysis (SSA) and it will analyze your code during compilation time. But you need the Inspector XE to view the result.

Thanks,
Jennifer

0 Kudos
Reply