Return to Snippet

Revision: 26889
at May 14, 2010 08:43 by electblake


Initial Code
<?php echo (ceil(xdebug_memory_usage()/1024/1024)).' MB'; ?>

Initial URL


Initial Description
cleanly display the memory used so you know when your going over, especially useful for memory hog drupal sites.

Initial Title
XDEBUG Memory Usage

Initial Tags
php

Initial Language
PHP