Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经搜索了很多,但一直无法找到一个功能性答案来说明如何最好地确定在某个时间点如何在脚本中分配内存。
我不是在寻找 memory_get_usage(),它告诉我正在使用多少内存,而是在寻找该内存是如何分配的——例如,存在哪些变量正在消耗内存,以及它们正在使用多少。我需要这个来解决脚本中的内存占用问题。
听起来您正在寻找内存分析器。看看XHProf。