diff --git a/index.bs b/index.bs index db579fb..109d7a6 100644 --- a/index.bs +++ b/index.bs @@ -66,6 +66,7 @@ namespace console { // but see namespace object requirements below undefined time(optional DOMString label = "default"); undefined timeLog(optional DOMString label = "default", any... data); undefined timeEnd(optional DOMString label = "default"); + undefined timeStamp(optional DOMString label = "default"); }; @@ -274,6 +275,10 @@ for plans to make {{console/timeEnd()}} and {{console/timeLog()}} formally repor console when a given |label| does not exist in the associated timer table.

+

timeStamp(|label|)

+ +1. If the developer is recording a performance trace, add a single marker to the performance trace with the |label|. +

Supporting abstract operations

Logger(|logLevel|, |args|)