AQTime 性能分析器可以分析 vcl 源吗?

发布于 2024-11-30 14:46:52 字数 189 浏览 2 评论 0原文

我正在使用 Delphi 2007 / XE 和 AQTime 6。我编写了一个测试应用程序来创建几个 TButton 实例。我已经打开了必要的编译和链接开关以使其与 AQTime 一起工作。

当我尝试使用性能分析器在 AQTime 中运行应用程序时,VCL / RTL 类不会显示在分析中。 AQTime 性能可以分析 VCL / RTL 类吗?

I am using Delphi 2007 / XE with AQTime 6. I wrote a test application that create few TButton instances. I have turn on necessary compiling and linking switches to make it work with AQTime.

When I attempt to run the application in AQTime with performance profiler, the VCL / RTL classes aren't show in profiling. Can AQTime performance profile VCL / RTL classes?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

淡淡的优雅 2024-12-07 14:46:52

以下是 SmartBear 的 Alex 的回答(原帖:http ://smartbear.com/forums/f59/t46450/can-performance-profiler-profile-vcl-source):

默认情况下,AQtime 从分析中排除 VCL 代码。分析 VCL
代码,您需要禁用此选项:Options |选项... |一般的
|一般偏好 |排除标准源文件

请注意,已实现对 RAD Studio XE 的完整支持
仅在AQtime 7中。我刚刚检查过,AQtime 6可以分析
一个XE应用程序的VCL代码就好了,但是源代码编辑器
面板可能会显示例程的错误源代码片段。所以,它
对于 RAD Studio XE 应用程序,最好使用 AQtime 版本 7
分析。

The following is answer from Alex of SmartBear (original post: http://smartbear.com/forums/f59/t46450/can-performance-profiler-profile-vcl-source):

By default, AQtime excludes VCL code from profiling. To profile VCL
code, you need to disable this option: Options | Options... | General
| General Preferences | Exclude standard source files

Please note that complete support for RAD Studio XE was implemented
only in AQtime 7. I have just checked, and AQtime 6 can profile the
VCL code of an XE application just fine, but the source code editor
panel may show an incorrect source code snippet for a routine. So, it
is best to use version 7 of AQtime for RAD Studio XE applications
profiling.

梦开始←不甜 2024-12-07 14:46:52

可能AQTime需要VCL源代码,但不知道在哪里可以找到它。我认为 AQTime 中的某个地方可以指定额外的源路径。

Probably AQTime needs VCL source code, but doesn't know where to find it. I think somewhere in the AQTime there was an ability to specify additional paths to sources.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文