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

C# nqueens example provided with VTune compatible with VS2012?

TimP
Honored Contributor III
289 Views

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.

0 Kudos
1 Reply
TimP
Honored Contributor III
289 Views

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.

0 Kudos
Reply