Capturing Browser events

Am trying to make a BHO which will compute how fast the page loaded,static components in the page(image,js,css etc),How much time each component took to download.For which i need to capture the browsers events(eg request sent to get a css file from the server ).Can somebody plz tell me how to capture these events?
I've seen the IBrowser2 interface which has Documentstart,Documentend,Download start and end.

Thanks in advance...

[437 byte] By [phoenix.india] at [2007-12-24]
# 1

Hi,

To get acurate timings of the requests it is probably necessary to watch the request at the protocol level. A tool such as fiddler http://fiddlertool.com may help in this.

Thanks
-Dave

DaveMassy at 2007-8-31 > top of Msdn Tech,Internet Explorer Development,Internet Explorer Web Development...