View Issue Details

IDProjectCategoryView StatusLast Update
0000555XdebugTracingpublic2020-03-12 16:54
Reporterexxy Assigned To 
PrioritynormalSeverityminorReproducibilityN/A
Status resolvedResolutionwon't fix 
Product Version2.0.0dev 
Summary0000555: Track memory leaks in function trace
Description

It would be great to have a possibility to track memory leaks.
I know I can track functions' and method's memory usage like it's written here http://derickrethans.nl/xdebug-and-tracing-memory-usage.html, but it won't help in some situations.
Sometimes I need to see how much memory PHP occupies after method finishes and after PHP removed all local variables from memory to detect memory leaks. Currently xdebug tracks memory usage before Zend engine removes locals.

TagsNo tags attached.
Operating SystemUbuntu 9.10
PHP Version5.3.2

Activities

There are no notes attached to this issue.