- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I tried to follow the instructions provided with parallel nqueens in the VTune released in the last month. It goes through a project conversion. By opening up the .sln I get the source code display, but the BUILD pull-down is empty. I don't know how to proceed. I notice that the folder is labeled VS9, so maybe it's not intended for current VS, or maybe it's necessary to build a project from scratch.
I'm not at all familiar with C#, but I have a project coming up for which I must prepare.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This sample has no trouble building from command line:
csc /debug *.cs
but it can run only 6 ms (e.g. on Core I5 2Ghz) maybe 2ms of which is attributed to .dll function calls visible in asm. So it does little more than verify the VTune menus.
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