May 16, 2014
https://issues.dlang.org/show_bug.cgi?id=12750

          Issue ID: 12750
           Summary: VS2010 profiler doesn't seem to work
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Windows
            Status: NEW
          Severity: normal
          Priority: P1
         Component: VisualD
          Assignee: nobody@puremagic.com
          Reporter: turkeyman@gmail.com

The profiler doesn't seem to work with D apps. I have no idea what could be causing this. Please escalate if you can confirm it's not working for you, and it's not something to do with the VisualD project system?

To reproduce in VS2010 (probably the same in other versions):
  Build your project (Release with debug symbols; -release -g ?)
  [Analyze] -> 'Launch performance wizard...'
  Prompts are obvious from here.

I get the error:
  PRF0010: Launch Aborted - Unable to start vsperfmon.exe
  Error VSP1712: Invalid File:
D:\WinDev\feedback\FeedBack_Release140516(4).vspPRF0025: No data was collected.

It works when I build C apps.

--