Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
7782 Discussions

Effective tool for run-time errors and memory leaks detection

leps
Beginner
198 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
198 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

Reply