- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Are there some examples using VTune in the .Net (c++) environment?
How do I instrument the code so I can find hotspots?
Right now I am just trying to have it evaluate a simple (1 function) console app.
Thanks for any help.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you chose to integrate the analyzer in the Visual Studio* .NET* 2003 environement, you should see a toolbar for the VTune analyzer, as well as a Tuning menu.
The easiest thing to do is simply press the Sampling tool button to kick off the wizard that will help you configure an activity to collect sampling data on your application. Walk through the wizard (it should mostly be filled out for you) and press Finish. Do this with your project open in VS.NET.
The VTune analyzer will launch your application, collect data, and then display it ina new window within the VS.NET environment. Note: the default is to collect data for 20 seconds, so if your app runs longer and you want data for the full duration, uncheck the box that says stop data collection after 20 seconds in the wizard.
Also, you should be aware that we have lots of information at:
http://support.intel.com/support/performancetools/vtune/v72/
and the Technical Information box (on the right) at http://www.intel.com/cd/software/products/asmo-na/eng/vtune/219788.htm
For example, check out How do I Profile a Microsoft* .NET* Web Application?from the Installation and Use section of the first link (above).
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page