Hi folks. Im trying to figure out the best way to profile the startup of my web application. If I activate the profiler in the web inspector and reload the application; webkit crashes. How would you go about doing this and have I stumbled across a bug or is it simply unsupported usage?
On what platform? and which build? -- there shouldn't be any crashes in the profiler so if you have a site that can reproducibly trigger a crash it would be great if you could file a bug --Oliver On Nov 28, 2008, at 2:59 AM, Johan Lund wrote:
Hi folks.
Im trying to figure out the best way to profile the startup of my web application. If I activate the profiler in the web inspector and reload the application; webkit crashes. How would you go about doing this and have I stumbled across a bug or is it simply unsupported usage? _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
You can use console.profile() and console.profileEnd() from your JavaScript Code. You can specify a title to the profile if you want to run multiple profiles. See http://getfirebug.com/console.html and http://webkit.org/blog/197/web-inspector-redesign/ for more details. Please, file a bug for your crash at http://bugs.webkit.decenturl.com/new-web-inspector-bug -- Anthony, http://hanblog.info Le 28 nov. 08 à 11:59, Johan Lund a écrit :
Hi folks.
Im trying to figure out the best way to profile the startup of my web application. If I activate the profiler in the web inspector and reload the application; webkit crashes. How would you go about doing this and have I stumbled across a bug or is it simply unsupported usage? _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
participants (3)
-
Anthony Ricaud
-
Johan Lund
-
Oliver Hunt