I'm using Netbeans + Xdebug + WinCacheGrind and finally got it to work, but there is no memory usage information. Is it an Xdebug or WinCachegrind limit?
Asked
Active
Viewed 3,369 times
1
-
1possible duplicate of [PHP memory profiling](http://stackoverflow.com/questions/880458/php-memory-profiling) – Robert Munteanu Dec 09 '11 at 15:04
-
Have a look at my answer at http://stackoverflow.com/a/12483653/653939 – 2upmedia Sep 18 '12 at 20:10
1 Answers
0
I think neither {K,Win}Cachegrind do not handle memory usage, but there still seems to be solutions to view memory_usage in a raw xdebug trace. Example here : http://morefedora.blogspot.com/2008/05/profile-memory-usage-of-php-scripts.html

greg0ire
- 22,714
- 16
- 72
- 101