gpt4 book ai didi

php - 代码块的内存使用峰值?

转载 作者:行者123 更新时间:2023-12-02 05:20:15 26 4
gpt4 key购买 nike

<分区>

是否有可能获得 PHP 中特定代码块的峰值内存使用量? memory_get_peak_usage()函数似乎在函数调用点之前的整个过程执行中达到了顶峰,但这不是我想要获得的,因为其他代码块可能会扭曲该值。我试图隔离代码块本身,而不是整个过程。

例子:

// Block 1
for ($i = 0; $i < $iterations; ++$i) {
// some code
}

// Block 2
for ($i = 0; $i < $iterations; ++$i) {
// some different code
}

// Determine which of the two blocks used the most memory during their execution here

不幸的是,xdebug 目前不适合我。

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com