This topic has not yet been rated - Rate this topic

IHTMLPerformanceTiming interface

Provides properties for accessing the timestamps that are associated with built-in performance marks.

Members

The IHTMLPerformanceTiming interface inherits from the IDispatch interface but does not have additional members.

Remarks

When a webpage is displayed in Defining Document Compatibility, Windows Internet Explorer records timestamps that correspond to the time when various steps occured during the process used to load a document. Each property of the IHTMLPerformanceTiming interface corresponds to one of these timestamps.

The timestamps are recorded in the following order:

The values reported by the properties of the IHTMLPerformanceTiming interface represent the number of milliseconds between the recorded time and midnight January 1, 1970 (UTC).

Requirements

Minimum supported client

Windows Vista with SP1, Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Mshtml.h

IDL

Mshtml.idl

DLL

Mshtml.dll

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.