View Issue Details

IDProjectCategoryView StatusLast Update
0000555XdebugTracingpublic2020-03-12 16:54
Reporterexxy Assigned Toderick  
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.

Issue History

Date Modified Username Field Change
2010-03-31 21:38 exxy New Issue
2010-03-31 21:38 exxy Operating System => Ubuntu 9.10
2010-03-31 21:38 exxy PHP Version => 5.3.2
2010-03-31 21:38 exxy Xdebug Version => 2.0.5
2016-12-09 00:27 derick Status new => resolved
2016-12-09 00:27 derick Resolution open => won't fix
2016-12-09 00:27 derick Assigned To => derick
2020-03-12 16:54 derick Category Feature/Change request => Tracing