On Tue, Jan 31, 2012 at 2:18 PM, Markus Glaser <[email protected]> wrote: > Hi all, > > I am trying to profile the JavaScript bit of an extension I maintain. Is > there any recommended method similar to wfProfileIn/Out in MediaWiki? How do > you do profiling on ResourceLoader? > There is no MediaWiki-side support for JS profiling. However, most JS debugging tools in browsers provide function-level JS profiling. I know for a fact that Firebug (a Firefox extension that provides a JS debugger and console) does.
Roan _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
