News Feed
Jobs Feed
Sections




News Archive
Dave Marshall's Blog:
Log memory usage using declare and ticks in PHP
May 16, 2008 @ 12:05:37

Posted to his blog, Dave Marshall has a tip that uses declare and a trick or two to check out the memory usage of your scripts.

As far as I know, there isn't any memory footprint profiling in Xdebug, I think there was at some point but they removed it because it was a little flaky. I like to monitor the memory usage within my scripts, and I've found this simple snippet can help.

The script defines a log_memory function that pushes the memory and time information into a session value. The register_tick_function method is used to add log_memory to the handler and its called over and over from inside his for loop.

0 comments voice your opinion now!
log memory usage ticks registertickfunction method session


blog comments powered by Disqus

Similar Posts

Limitless Studios: Determine Number Of Online Users Without A Database

David Coallier's Blog: PHP Namespaces (Part 1: Basic usage & gotchas)

Evert Pot's Blog: PHP: Arrays vs. Objects

David Coallier's Blog: SVN log-per-user parser using SimpleXML

PHP Magazine: Program for International PHP Conference 2006 is Available


Community Events









Don't see your event here?
Let us know!


object api framework development community code language opinion introduction conference functional interview event testing composer tool podcast release example zendframework2

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework