Skip to content

Commit

Permalink
Merge pull request #45 from npm1/patch-1
Browse files Browse the repository at this point in the history
Register entry types
  • Loading branch information
yoavweiss authored Nov 30, 2018
2 parents fc644a0 + ef536c5 commit c726dad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,11 @@ <h2>The <dfn>PerformanceMeasure</dfn> Interface</h2>
</section>
<section>
<h2>Processing</h2>
<p>A user agent implementing the User Timing API must perform the following steps:</p>
<ol>
<li>Run the <a data-cite="!PERFORMANCE-TIMELINE-2#dfn-register-a-performance-entry-type">register a performance entry type</a> algorithm with <code>"mark"</code> as input.</li>
<li>Run the <a data-cite="!PERFORMANCE-TIMELINE-2#dfn-register-a-performance-entry-type">register a performance entry type</a> algorithm with <code>"measure"</code> as input.</li>
</ol>
<section>
<h2>Convert a <var>name</var> to a <var>timestamp</var></h2>
<p>To <dfn>convert a name to a <a data-cite="!HR-TIME-2#idl-def-domhighrestimestamp">timestamp</a></dfn> given a <var>name</var> that is a <a data-cite="!WEBIDL#dfn-read-only">read only attribute</a> in the <code><a data-cite="!NAVIGATION-TIMING#performancetiming">PerformanceTiming</a></code> interface, run these steps:<p>
Expand Down

0 comments on commit c726dad

Please sign in to comment.