Re: [Wikitech-l] [Engineering] Flame graphs in Chrome / Chromium

2015-02-13 Thread Gabriel Wicke
PS: added these links to our growing collection of JS optimization tips at https://www.mediawiki.org/wiki/Learning_JavaScript#Profiling. On Fri, Feb 13, 2015 at 5:15 PM, Gabriel Wicke gwi...@wikimedia.org wrote: Thanks, Ori! Another great tool that we have been using heavily for JS profiling

Re: [Wikitech-l] [Engineering] Flame graphs in Chrome / Chromium

2015-02-13 Thread Gabriel Wicke
Thanks, Ori! Another great tool that we have been using heavily for JS profiling is https://github.com/jlfwong/chrome2calltree. It allows you to use the excellent KCachegrind profile viewer, which has call graphs, relative call frequency, grouping by file other useful features. It works with