memory usage
- From: Dennis de Wit <newsgroups@xxxxxxxxxxxxxxx>
- Date: Thu, 17 Aug 2006 13:24:45 +0200
Hi all,
Is there any command in PHP that gives me an overview of the amount of used memory at the moment of calling? I'd like to debug some problems I experience in an application.
I'd like to do something like
<?
echo free_memory();
?>
at certain "breakpoints" to find the source of my problem. (free_memory() would be the max_mem_usage - actual_usage... duh)
Anyone?
Thanks,
Dennis
.
- Follow-Ups:
- Re: memory usage
- From: kmatheeswar
- Re: memory usage
- Prev by Date: Re: PHP headers not working :(
- Next by Date: I'm confused
- Previous by thread: Compiling problem of php 5.1.4 with gd2
- Next by thread: Re: memory usage
- Index(es):
Relevant Pages
|