Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Console.timeStamp()

这篇文章需要技术复核。如何帮忙。

我们的志愿者还没有将这篇文章翻译为 中文 (简体)加入我们帮助完成翻译!

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

Adds a single marker to the browser's Timeline or Waterfall tool. This lets you correlate a point in your code with the other events recorded in the timeline, such as layout and paint events.

You can optionally supply an argument to label the timestamp, and this label will then be shown alongside the marker.

Note: This feature is available in Web Workers.

Syntax

console.timeStamp(label);

Parameters

label
Label for the timestamp. Optional.

Specifications

Specification Status Comment
Console API
The definition of 'console.timeStamp()' in that specification.
Editor's Draft Initial definition

Browser compatibility

?
Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support (Yes) (Yes) Not supported (Yes) (Yes)
Available in workers (Yes) 38.0 (38.0) (Yes) (Yes) (Yes)
Feature Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support ? 10.0 (10.0) ? ? ?
Available in workers ? 38.0 (38.0) ? ? ?

See also

文档标签和贡献者

 此页面的贡献者: rolfedh, Sebastianz, chrisdavidmills, wbamberg
 最后编辑者: rolfedh,