配置文件/仪器 C++ Visual Studio 中的 Excel 插件
我有一个用 C++ 编写的 Excel 插件。我可以通过执行“调试”>“附加到进程”并选择 Excel 来调试它。
现在我想看看它把时间花在哪里了。看起来性能分析工具就是我想要的,并且我可以从其中选择附加到 Excel。但当它确实发生时,它只是告诉我它在无法行走的代码中花费了时间。如何在报告中查看我的日常活动?
I have an Excel addin written in C++. I can debug it by doing Debug>Attach to Process and selecting Excel.
Now I want to see where it is spending its time. It seems as if Performance Profiling Instrumentation is what I want, and from within that I can choose to attach to Excel. But when it is does it just tells me it spent time in unwalkable code. How do I see my routines in the report?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论