What do you use for memory profiling in IE?
On Jul 3, 2011 8:36 PM, "Taha Hafeez" <tawus.tapes...@gmail.com> wrote:
> Hi
>
> While working on the Zone-refresh component, I was testing it on IE8 and
> found that it resulted in memory leak... After working on it the whole day
I
> couldn't get around it.
>
> Finally I disabled the timer and used fast manual clicks to check if the
> problem was with the zone itself. What I found was that if I return
> zone.getBody() then there is no memory leak but if I return zone then
there
> is a constant leak of memory.
>
> I might be wrong but this was my 4:30 in the morning to 12:10 at night
> conclusion (that too on a Sunday)
>
> The test is this
>
> 1. create a eventlink and link it to a zone.
> 2. return Zone from event handler and see the memory usage
> 3. return zone.getBody() from event handler and see the memory usage
>
> I pray I am not wrong otherwise it will to total waste of my sunday
>
> regards
> Taha

Reply via email to