Re: [webkit-dev] Total Memory used

2011-09-21 Thread Zoltan Horvath
On Wed, 21 Sep 2011 11:40:16 +0200, Amit Shahi wrote: Hi Tim , Thanks for your reply It means it is the memory used by javascript core , It does not have memory component used by Webkit (DOM , Rendering and parsing ) process ? Hi, it does not have so you need other external tools to m

Re: [webkit-dev] Total Memory used

2011-09-21 Thread Amit Shahi
Hi Tim , Thanks for your reply It means it is the memory used by javascript core , It does not have memory component used by Webkit (DOM , Rendering and parsing ) process ? On 18 September 2011 01:36, Ilya Tikhonovsky wrote: > Each time when Timeline records an event it also grabs these numb

Re: [webkit-dev] Total Memory used

2011-09-17 Thread Ilya Tikhonovsky
Each time when Timeline records an event it also grabs these numbers from JSC. It is the size of internal JSC heap used for all the javascript things in the browser. Regards, Tim. On Sat, Sep 17, 2011 at 10:10 AM, Amit Shahi wrote: > Dear All, > > Web Inspector show the Timeline pannel in whic

[webkit-dev] Total Memory used

2011-09-16 Thread Amit Shahi
Dear All, Web Inspector show the Timeline pannel in which Memory is also displayed for webkit. On Each entry there is two field , one is Total Heap Size and other is Used Heap Size . What does these fields mean, is they denote to Memory used by a particular function like in Chrome Heap Profiler