Xdebug profiler 和 xdebug_time_index() 给出不同的值

发布于 2024-07-18 06:53:36 字数 208 浏览 5 评论 0原文

我使用 Xdebug 来分析我的 PHP 应用程序。

当我使用 WinCacheGrind 打开生成的配置文件时,它为我提供了 {main} 的总累积时间为 3 毫秒(0.003 秒)。

但是,当我在代码末尾使用函数 xdebug_time_index() 时,它返回 0.03 秒的时间。

有谁知道什么可能导致这种差异以及哪一个更具代表性?

I used Xdebug to profile my PHP application.

When I open the generated profile file with WinCacheGrind, it gives me a total cumulative time of 3ms for {main} (0.003s).

However, when I use the function xdebug_time_index() at the end of my code, it returns a time of 0.03s.

Anyone knows what might cause this difference and which one is more representative ?

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

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

发布评论

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

评论(1

南烟 2024-07-25 06:53:36

添加该功能实际上会增加所需的时间吗?

另外,我可以想象分析器实际上会在 PHP 运行时开始运行(时间索引 0),而 XDebug 的内部计数器可以提前启动一点。

Any chance adding that function actually increases the time needed?

Also, I can imagine the profiler will actually start running when PHP runs (time index 0) while XDebug's internal counter can start a bit earlier.

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