timing property
[This documentation is preliminary and is subject to change.]
Gets a reference to a PerformanceTiming object, which contains properties that describe time stamps taken at various points during the process that loaded the current document into the window object.
![]() |
Syntax
HRESULT value = object.get_timing(IHTMLMSPerformanceTiming** p);
Property values
Type: Object
A reference to the PerformanceTiming object.
Standards information
- Navigation Timing, Section 4.4
Remarks
Use the performance property of the window object to get the host for this object.
Build date: 1/26/2012
.png)