[webkit-dev] Monitoring JavaScript execution time

2008-05-21 Thread Chuck Norris
I'm working on a page load time monitoring tool using WebKit, and I'm interested in suggestions from the community about how to monitor JavaScript in particular. Using WebKit, I've got really good page element monitoring through use of the WebFrameLoadDelegate and WebResourceLoadDelegate

Re: [webkit-dev] Monitoring JavaScript execution time

2008-05-21 Thread Adam Roben
Hi Chuck- Chuck Norris wrote: I'm working on a page load time monitoring tool using WebKit, and I'm interested in suggestions from the community about how to monitor JavaScript in particular. Using WebKit, I've got really good page element monitoring through use of the