C++ 警告VSP2005&;检测C+时出现错误VSP1048+;动态链接到FFMPEG的代码

C++ 警告VSP2005&;检测C+时出现错误VSP1048+;动态链接到FFMPEG的代码,c++,visual-studio,visual-studio-2013,ffmpeg,instrumentation,C++,Visual Studio,Visual Studio 2013,Ffmpeg,Instrumentation,我正在尝试使用Visual Studio 2013 Ultimate的Instrumentation profiler评测我的项目。我有一个64位的C++项目,它动态链接到FFMPEG。但是,探查器给了我以下错误错误VSP1048:内部检测错误。我不想分析FFMPEG,只想分析代码的性能。我从这个网站下载了预构建的FFMPEG库。该项目还与Boost、live555和x264相关联。它运行和调试良好。探查器的完整输出为: Profiling started. Instrumenting ...\

我正在尝试使用Visual Studio 2013 Ultimate的Instrumentation profiler评测我的项目。我有一个64位的C++项目,它动态链接到FFMPEG。但是,探查器给了我以下错误
错误VSP1048:内部检测错误
。我不想分析FFMPEG,只想分析代码的性能。我从这个网站下载了预构建的FFMPEG库。该项目还与Boost、live555和x264相关联。它运行和调试良好。探查器的完整输出为:

Profiling started.
Instrumenting ...\Player.exe in place
Info VSP3049: Small functions will be excluded from instrumentation.
Microsoft (R) VSInstr Post-Link Instrumentation 12.0.21005 x64
Copyright (C) Microsoft Corp. All rights reserved.
Warning VSP2005: Internal instrumentation warning: The object '...\ffmpeg-20150506-git-a2190de-win64-dev\lib\avutil.lib(dbyqh.o)' was built without debug information.
File to Process:
\Player.exe --> ...\Player.exe
Original file backed up to ...\Player.exe.orig
Warning VSP2005: Internal instrumentation warning: The object '...\ffmpeg-20150506-git-a2190de-win64-dev\lib\avutil.lib(dbyqh.o)' was built without debug information.
Error VSP1048: Internal instrumentation error.
PRF0002: Instrumentation failed with these options: /u "...\Player.exe"   /excludesmallfuncs.  Please check the output window for additional details.
Data written to ...\Player150506.vsp.
Profiling finished.
File contains no data buffers
File contains no data buffers
Analysis failed
Profiling complete.

有没有办法解决这个问题?我在互联网上几乎找不到关于这个问题的信息。

我遇到了同样的问题。我能够通过使用CPU使用工具而不是CPU工具获得一些有用的数据