News Feed
Jobs Feed
Sections




News Archive
Derick Rethans' Blog:
Xdebug and tracing memory usage
November 13, 2009 @ 08:15:09

Derick Rethans has a new post today talking about using the Xdebug tool to track the memory usage in your application with some of its profiling capabilities, specifically function traces.

Function traces log every include, function call and method call to a file. If the xdebug.trace_format setting is set to "1" then the trace file is an easy-to-parse tab separated format. The information that is logged includes the time-index when the function started and ended, and it also contains the amount of memory that was in use when entering the function, as well as when leaving it.

He's written up a sample script (you can grab it from the Xdebug CVS server) that you can run on a file and push all ouf the output to the trace file for easy parsing. The script reads in the file and displays the results in a nice format on the command-line (easily adaptable for a web frontend).

0 comments voice your opinion now!
xdebug memory trace usage tutorial


blog comments powered by Disqus

Similar Posts

Evolt.org: Working With Fractions In CSS and PHP

DevShed: Validating IP Addresses with Filters in PHP 5

DevShed: Graphical Interfaces and Unit Testing

BobCares.com: Deploying libcURL with PHP

Zend Developer Zone: Managing CSS and JavaScript files within a Zend Framework App


Community Events









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


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

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