> I'm looking for a way to measure the stack usage of webkit  
> especially then how the distribution of different size of allocated  
> blocks. Is there any developed method yet ?
> Have looked at export MallocStackLogging=YES. Could I get a log to a  
> text file where allocation and deallocation are logged ?

Hi Mikael.

Are you looking at stack usage or heap usage? MallocStackLogging is a  
tool for measuring heap usage.

Geoff
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to