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

ElectricToolBox.com: Method chaining with PHP

PHPMaster.com: 8 Practices to Secure Your Web App

PHP F1: PHP Session Tutorial

DevShed: Storing PHP Sessions in a Database

Ibuildings techPortal: DPC Radio is now live! (come hear what you missed)


Community Events









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


interview opinion podcast api example community tool framework composer database object code development phpunit zendframework2 release testing language introduction unittest

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