Mobile/MemoryOptimization: Difference between revisions
< Mobile
Jump to navigation
Jump to search
(New page: == Issues == == Goals == == Task list == === Bugs === === Features ===) |
No edit summary |
||
Line 1: | Line 1: | ||
== | == Tools == | ||
The best tool is probably Massif, in valgrind. | |||
This will work: | |||
=== | valgrind --smc-check=all --trace-children=yes --tool=massif ./fennec | ||
= | Note that you need --smc-check=all even in Massif, or you will crash in pages with JS JIT stuff. |
Latest revision as of 00:29, 17 February 2011
Tools
The best tool is probably Massif, in valgrind.
This will work:
valgrind --smc-check=all --trace-children=yes --tool=massif ./fennec
Note that you need --smc-check=all even in Massif, or you will crash in pages with JS JIT stuff.