Hello Brian,

Maybe not completely what you're searching for (and good chances you
already know it), but maybe Sieve could be helpful for you? (http://
home.wanadoo.nl/jsrosman/ or 
http://www.softpedia.com/get/Programming/Other-Programming-Files/sIEve.shtml)
Not in FireBug, not in FF, but it analyses memory leaks in IE quite
detailed. It's the follower up of Drip. I asked about a memory leak
detection tool at the Dutch front-end web developers (Fronteers)
congress last september, and then Dean Edwards mentioned Sieve. It
works well.
Hope this is helpful to you. Good luck,
Paul


On Nov 25, 11:32 pm, "Brian Di Palma" <[EMAIL PROTECTED]> wrote:
> Hello Firebug Devs,
>
> I am working on a large, long-lived web application which has a constant
> stream of updating data being feed into it via comet. We would ideally need
> the application to run for 5 days without ever needing to restart but at
> present we are finding it bogs down after less then a day in IE. Of course
> we could painstakenly figure out where all the leaks are in the application
> but I would love to try and tackle this with better tooling!
>
> In essence I am wondering if Firebug could be extended (I'm happy to do
> this) to add memory consumption information detailing the memory usage of
> browser objects along with their name (position on the global object
> window.x.Y.F.BIGFATMAP 670kB etc ) and maybe to have this live update and
> maybe have it so you can explore the object. I would be happy to read some
> documentation if I was pointed in the correct direction or some idea of
> whetever there are XPCOM interfaces/objects which I can make use of to
> provide me with access to Firefox's memory heap.
>
> Any pointers towards being able to access this information from Firefox
> would be fantastic, thank you!
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to