IHTMLMSPerformanceMeasure Interface

New for Internet Explorer 9

[This documentation is preliminary and is subject to change.]

The IHTMLMSPerformanceMeasure interface provides properties and methods that allow you to determine the time between two performance marks.

IHTMLMSPerformanceMeasure Members

name Gets or sets the name of the object.
time Gets a time associated with the object.
toString Retrieves a string representation of the object.

Remarks

Performance marks enable you to measure and evaluate the performance of a webpage. The IHTMLMSPerformanceMark interface enables you to create performance marks in your webpage. The IHTMLMSPerformanceMeasure interface enables you to read the time difference between two performance marks.

For webpages displayed in Internet Explorer 9 mode, Internet Explorer defines a series of built-in performance measures that are designed to help track and evaluate the performance of a webpage. For more information, see the IHTMLMSPerformanceTimingMeasures interface.

Interface Information

Stock Implementation mshtml.dll
Custom Implementation No
Inherits from IDispatch
Header and IDL files mshtml.h, mshtml.idl
Minimum availability Internet Explorer 9
Minimum operating systems Windows Vista SP1, Windows 7

See Also

IHTMLMSPerformanceMark, IHTMLMSPerformanceTimingMeasures