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

Memory Growth- Memory consumption of individual modules

Abhijit_K_Intel
Employee
235 Views

Hi,

I am using the Intel Inspector XE 2016 for memory profiling of my exe. My application is using some of DLLs ( loading and using them). I am not able to find out which module is taking how much of memory at any point of time. For example if my EXE takes total of 100 MB  then I want to see memory consumption of individual modules (DLL).

I need to see memory break up amongst the individual modules for my EXE.

Thanks and Regards,

Abhijit

0 Kudos
1 Reply
Peter_W_Intel
Employee
235 Views

If you only care of the module of your interest, add option "-module-filter-mode=include -module-filter=foo.dll" to collect - in this way, only data about foo.dll will be displayed.

0 Kudos
Reply