canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,334
edits
(try to update other test, just like sicking's previous revision) |
|||
Line 79: | Line 79: | ||
cvs co mozilla/tools/trace-malloc | cvs co mozilla/tools/trace-malloc | ||
and rebuild. Then run the | and rebuild. Then run the leak test with --trace-malloc (I haven't tested this, but the old instructions are clearly wrong; somebody should test this and remove this note): | ||
cd $(OBJDIR)/_leaktest | |||
python leaktest.py --trace-malloc=malloc.log | |||
cd $(OBJDIR)/dist/bin/ | |||
./leakstats ../../_leaktest/malloc.log | |||
More info about both bloat tests [http://www.mozilla.org/performance/leak-brownbag.html#tbox in the leak brownbag]. | |||
= Tr/Tgfx/Tsvg: Rendering Performance numbers = | = Tr/Tgfx/Tsvg: Rendering Performance numbers = | ||
These numbers measure raw rendering speed, without network or layout overhead. See [[Mozilla2:Trender]] for more information. | These numbers measure raw rendering speed, without network or layout overhead. See [[Mozilla2:Trender]] for more information. |