[webkit-dev] Tracing the stack fragmentaion of webkit
Geoffrey Garen
ggaren at apple.com
Mon Jul 21 15:21:13 PDT 2008
> 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
More information about the webkit-dev
mailing list