Analyzers
Community support for Analyzers (Intel VTune™ Profiler, Intel Advisor, Intel Inspector)
4922 Discussions

Skip the system specific Dll's from profiling

sameer_k_
Beginner
160 Views

I was a user of the older version of the VTune Performance analyzer . In the older version I could skip the instrumentation of the desired Dll's . However in the new VTune Performance amplifier I could not locate this option .  Can anyone point me to a similar setting in the new VTune Performance amplifier ?

0 Kudos
1 Reply
Peter_W_Intel
Employee
160 Views
VTune(TM) Amplifier XE collects all modules of all threads for target process. So there is no way to set configuration... You can filter result by seleting your interest of modules from changing "Any Module" on right-bottom combo-box, in report. Doing this in command line, for example: amplxe-cl -report hotspots -r r001hs -group-by function -filter module=gsexample2a
0 Kudos
Reply