On Mon, May 20, 2013 at 4:05 PM, Arnaud Le Blanc <[email protected]> wrote:

> Hi,
>
> I've written an extension for profiling memory usage of PHP scripts, and I
> would like to release it on PECL.
>
> It's currently hosted at https://github.com/arnaud-lb/php-memory-profiler
>
> It differs from more simple php memory profilers in that is takes into
> account frees occurring after a function has returned. E.g. after executing
> `$str=str_repeat("x", 1<<20)`, memprof will report that str_repeat
> allocated 1M, but only if $str has not been freed yet at the time the
> profile is dumped. This is similar to what memory leak profilers do.
>
> Best Regards,
>

Having used it several times, I really love it, and find it well designed
:-)
Very nice tool, very useful.

Julien.Pauli

Reply via email to