Re: Performance on http://mootools.net/slickspeed/
Boris Zbarsky <[email protected]> Wed, 13 Feb 2008 23:07:52 -0600
| Newsgroups | gmane.comp.mozilla.performance |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > Here it is : http://www.anthor.net/fr/slickspeed-tests.html > > Hope it helps you. Thanks! For anyone else's reference (including mine), you can hook up jprof around the test run like so: javascript:var foo = document.getElementsByClassName("start")[0]; var bar = foo.onclick; foo.onclick = function() { JProfStartProfiling(); bar(); JProfStopProfiling(); return false;}; void(0); or Shark with equivalent Shark start/stop calls. -Boris