Analyzers
Talk to fellow users of Intel Analyzer tools (Intel VTune™ Profiler, Intel Advisor)
4995 Discussions

How does Inpector XE compare to Rational Purify?

Mgc_Intel
Beginner
278 Views
We are currently invested in Purify for memory analysis, which supports memory pooling and custom memory managers. Purify has significant overhead at runtime, and we were hoping to improve this using Inspector XE. However, the intro video states runtime multipliers in about the same range for Inspector XE as for Purify.

Are there any other features that would differentiate Inpector XE from Purify?

thanks
0 Kudos
1 Reply
Peter_W_Intel
Employee
278 Views

Intel Inspector XE not only provides memory analysis, but also provides thread analysis - for multithreaded application.

In order to reduce overhead at runtime, the user can exclude modules (sometime they are system modules, compiler's runtime libraries, and third-party libraries, etc) to speed up analyzing time.

For Windows system, please use Dependency Walker (http://dependencywalker.com/) to know what modules depends on your executable.

For Linux system, use utility "ldd" to know dependency modules of executable.

Modify Inspector XE's Project Properties to add items to "Exclude modules". See below:



Regards, Peter

0 Kudos
Reply