Generally: try to avoid profiling on live websites, as it's too cumbersome and unreliable. Instead, get a pure JS version of whatever it is you're interested in, and profile that using the d8 shell on the command line.
If you absolutely have to work with a live site, the Chrome Dev Tools are probably your best shot. Also, when you're interested in benchmarks, don't look at SunSpider. It's a totally outdated microbenchmark designed back in 2007 or so -- it may have been suitable to compare IE7 vs. Firefox 1.x, but with an overall run time of ~100 ms it's completely irrelevant for any of today's browsers, and not at all representative of today's demanding web apps. On Tue, Nov 6, 2012 at 8:08 AM, nagarjuna atluri <[email protected]>wrote: > Hi all, > > Can any one provide me the procedure to profile v8 for live sites > for Eg:--> > http://www.webkit.org/perf/sunspider-0.9.1/sunspider-0.9.1/driver.html > profile v8 for the above site . > > Can any one provide insights on this please. > Thanks in advance.. > > -- > v8-dev mailing list > [email protected] > http://groups.google.com/group/v8-dev -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
