RESOLVED FIXED 19246
Offer an option "Start profiling this page on refresh"
https://bugs.webkit.org/show_bug.cgi?id=19246
Summary Offer an option "Start profiling this page on refresh"
Anthony Ricaud
Reported 2008-05-25 15:14:38 PDT
This could be useful to quickly profile a page. It oculd be quicker than using console.profile() or in a production environment.
Attachments
Matt Lilek
Comment 1 2008-06-01 14:47:25 PDT
Definitely. I went to do some profiling of a webapp that does the bulk of its work onload and it took me a while to figure out that even though the profiler panel looked like it was working, it wasn't actually still doing it after the refresh.
Matt Lilek
Comment 2 2008-06-13 05:34:49 PDT
*** Bug 19531 has been marked as a duplicate of this bug. ***
David Kilzer (:ddkilzer)
Comment 3 2008-07-20 06:31:35 PDT
Antoine Quint
Comment 4 2013-06-13 13:52:04 PDT
If the profiler was recording when the user chooses to reload the page, then profiling will be restarted as the page loads, providing the desired effect.
Brian Burg
Comment 5 2014-12-12 14:09:08 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests. Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.
Timothy Hatcher
Comment 6 2015-01-25 08:22:15 PST
The new Inspector always records timeline data on load, which includes some scripting info (script exection, timers, events).
Note You need to log in before you can comment on or make changes to this bug.