views:

79

answers:

1

I'm using Netbeans + Xdebug + Winchachegrind and finally got it to work, but there is no memory usage information. Is it an Xdebug or WinCachegrind limit?

A: 

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