【发布时间】:2011-06-20 04:50:00
【问题描述】:
在我的网站上,各种 php 代码由我从他们那里购买项目脚本的各种程序员运行。有些使用会话(会话开始等...) 一些使用外部包含 php 文件并在其中进行数学运算并返回或回显某些内容。有些仅在被要求时运行,例如搜索脚本。
Is there an easy way for me to monitor, temporary, all the various scripts's their delays in millisecond sothat I can see whats going on below the water?
我曾经见过一个程序员在做某事,在页面下方有这些长长的句子列表和各种 ms 数字等。
第一季度。是否有用于此的默认 php 函数?我如何调用/切换它?
Q2.进行此类计算的各种方法是什么?
Q3.它们有多可靠?这些毫秒理论还是实际的真实世界结果?
感谢您的洞察力! 山姆
【问题讨论】:
标签: php time performance delay