Visual Studio 2008、C++ 的探查器?

2023-12-03C/C++开发问题
3

本文介绍了Visual Studio 2008、C++ 的探查器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

有什么好的、免费的(或者至少相当便宜)至少可以与本机 C++ 集成的分析器Visual Studio 2008 专业版?

Are there any good, free (or at least reasonably cheap) profilers for at least native C++ that can integrate with Visual Studio 2008 Professional?

我看了DevPartner 社区版 但他们似乎只支持 Visual Studio 2003 和 Visual Studio 2005.

I looked at DevPartner community edition but they seem to only support Visual Studio 2003 and Visual Studio 2005.

失败了,有没有好的免费/便宜的分析器一般我可以相对较少地使用 VS摩擦?

Failing that are there any good free/cheap profilers in general that I can get working with VS with relativly little friction?

推荐答案

在我的工作场所,我们使用 AQTime.它不是免费的(600 美元或 30 天试用期),但它确实创造了奇迹.我喜欢它,因为它可以处理本机(我们使用 C++)和托管代码.它可以在独立模式下工作,与 Visual Studio 集成,还可以与 Borland 的 IDE 一起使用(适合那些 C++ Builder 和 Delphi 爱好者).

At my workplace we use AQTime. It's not free ($600 or 30-day trial) but it really works wonders. I like it because it can handle both native (we do C++) and managed code. It works in stand-alone mode, integrates with Visual Studio, and also works with Borland's IDE (for those C++ Builder and Delphi fans out there).

但我会关注这个问题,看看有没有我可以在家里使用的免费工具=)

But I will be watching this question to see if there are any free tools I can use at home =)

这篇关于Visual Studio 2008、C++ 的探查器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

无法访问 C++ std::set 中对象的非常量成员函数
Unable to access non-const member functions of objects in C++ std::set(无法访问 C++ std::set 中对象的非常量成员函数)...
2024-08-14 C/C++开发问题
17

从 lambda 构造 std::function 参数
Constructing std::function argument from lambda(从 lambda 构造 std::function 参数)...
2024-08-14 C/C++开发问题
25

STL BigInt 类实现
STL BigInt class implementation(STL BigInt 类实现)...
2024-08-14 C/C++开发问题
3

使用 std::atomic 和 std::condition_variable 同步不可靠
Sync is unreliable using std::atomic and std::condition_variable(使用 std::atomic 和 std::condition_variable 同步不可靠)...
2024-08-14 C/C++开发问题
17

在 STL 中将列表元素移动到末尾
Move list element to the end in STL(在 STL 中将列表元素移动到末尾)...
2024-08-14 C/C++开发问题
9

为什么禁止对存储在 STL 容器中的类重载 operator&()?
Why is overloading operatoramp;() prohibited for classes stored in STL containers?(为什么禁止对存储在 STL 容器中的类重载 operatoramp;()?)...
2024-08-14 C/C++开发问题
6