解释分析的 php 代码的结果

发布于 2024-09-24 02:15:58 字数 304 浏览 2 评论 0原文

我终于设置并运行了 xdebug 并且我正在使用 webgrind 了解数据。

有人可以解释一下如何理解数据吗?有很多术语我不确定,例如:调用次数、总自我成本、总包含成本。我也不明白改变“显示百分比”有什么作用。 (默认为 90%)。关于如何使用 webgrind 来理解我的 php 应用程序有什么建议吗?

I finally got xdebug set up and running and I'm using webgrind to understand the data.

Can someone explain how to understand the data? There's just a bunch of terms that I'm not sure of, like: Invocation Count, Total Self Cost, Total Inclusive Cost. I also don't understand what changing the "show percentage" does. (It defaults to 90%). Any tips on how to use webgrind to understand my php application?

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

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

发布评论

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

评论(1

幽梦紫曦~ 2024-10-01 02:15:58

以下是一些个人定义:

Invocation Count:
给定方法或函数被调用的次数

Total Inclusive Cost:

在给定方法或函数中花费的总时间或时间百分比

Total Self Cost:

函数或方法的总包含成本减去所调用的方法或函数的总包含成本叫里面

here are some personal definitions:

Invocation Count:

the number of times a given method or function has been called

Total Inclusive Cost:

total time or percentage of time spend in a given method or function

Total Self Cost:

Total Inclusive Cost of a function or method minus Total Inclusive Cost of the methods or functions that are called inside
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文