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

new user of Vtune needs a help

assiatoune
Beginner
317 Views

Hi everyone

I am new with Vtune, so can you help me please?

I have a C++/CLI project(big) and time consuming.

I want to test it with vtune...

My question is : when running the VTune activity? which moment excatly? before runing my test C++/CLI program?

i tried it but before running the program it does not give big thnigs!!!

or during the execution of my C++/CLI program?

or do i have to laught my C++/CLI project and my test until the end then runing the activity?

because now, i d'ont know which reslut is true?

please this will help me a lot...

thanks.

assia

0 Kudos
2 Replies
TimP
Honored Contributor III
317 Views
An often suitable approach is to reduce your test to about 2 minutes, and launch it from VTune. Your application should be built with debug symbols (e.g. /Zi), and (for Windows) the .pdb files need to be available for analysis after collecting samples.
0 Kudos
assiatoune
Beginner
317 Views
ok thanks very much
0 Kudos
Reply