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

new user of Vtune needs a help

assiatoune
Einsteiger
735Aufrufe

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 Antworten
TimP
Geehrter Beitragender III
735Aufrufe
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.
assiatoune
Einsteiger
735Aufrufe
ok thanks very much
Antworten