On Jun 14, 7:08 am, buda <[email protected]> wrote: > How do you find memory leak in Chrome? > I acnt find any tool except memory graph!
Using a memory profiler. Create a memory dump (there is an icon with eye), do actions which shouldn't retain new DOM elements, create second memory dump. Chrome shows a difference between memory dumps (in terms of memory size and object counts). Regards, KIR > > On 13 июн, 18:02, KIR <[email protected]> wrote: > > > > > > > > > Hello, > > > I've found (and fixed) a memory leak in Prototype 1.7. Some details > > are here: > > http://kirblog.idetalk.com/2011/06/prototype-17-memory-leak.html > > > Would be glad if you find this useful. > > > Regards, > > KIR -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" 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/prototype-scriptaculous?hl=en.
