Skip the system specific Dll's from profiling

Skip the system specific Dll's from profiling

imagem de sameer k.

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 ?

2 posts / 0 new
Último post
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.
imagem de Peter Wang (Intel)

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

Faça login para deixar um comentário.