1

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?

BradleyDotNET
  • 60,462
  • 10
  • 96
  • 117
Riccardo
  • 2,054
  • 6
  • 33
  • 51

1 Answers1

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