IHTMLMSPerformance::getMeasure Method

New for Internet Explorer 9

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

Gets the elapsed time for the specified performance measure.

Syntax

HRESULT getMeasure(
    BSTR measureName,
    VARIANT *value
);

Parameters

  • measureName
    [in] The name of the desired performance measure.
  • value
    [out, retval] The elapsed time, in milliseconds, that is associated with the performance measure.

Return Value

Returns S_OK if successful, or an error value otherwise.