On Thu, 3 Nov 2005 01:50:36 -0500 Michael Jennings <[EMAIL PROTECTED]> babbled:

> On Thursday, 03 November 2005, at 14:27:19 (+0900),
> Carsten Haitzler wrote:
> 
> > efence is a memory overrun checker. dmalloc doesnt provie live
> > statistics AS YOU RUN (you have to wait till it's all done). i'm not
> > looking for a leak. i'm looking for "whjat function call stakc
> > allocated what memory - how much and when" as i can watch the
> > profile over the runing time of the app and see as u interact with
> > the app what happens and what allocates what and how much :)
> 
> Yeah, I've always been frustrated by that about dmalloc also.  That's
> why I find valgrind so compelling.  I'm guessing memprof does similar
> things without the VM overhead....

its BETTER than VG for this - not just the lack of VM overhead. it literally
has a gui that draws a memory use graph LIVE as the program runs you can click
profilke/leak at any time to get a complete memory use profile and
itneractively inspect it as the program is still running. i want to start
improving memprof maybe. make the ui do better time-history tracking maybe
actually do some level of fragmentation tracking etc.

> Michael
> 
> -- 
> Michael Jennings (a.k.a. KainX)  http://www.kainx.org/  <[EMAIL PROTECTED]>
> n + 1, Inc., http://www.nplus1.net/       Author, Eterm (www.eterm.org)
> -----------------------------------------------------------------------
>  "Have I told you today how much I love you?"  "Yes, but you may
>   continue to repeat it for as long as you like."
>                       -- President Sheridan and Delenn, "Babylon Five"
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by:
> Tame your development challenges with Apache's Geronimo App Server. Download
> it for free - -and be entered to win a 42" plasma tv or your very own
> Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> 


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
裸好多
Tokyo, Japan (東京 日本)


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to