- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ok thanks very much
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page