Skip to content

Commit

Permalink
Rename one of the "current wall time" dfns (#167)
Browse files Browse the repository at this point in the history
* Current coarsen wall time

* coarsened
  • Loading branch information
yoavweiss authored Nov 7, 2024
1 parent 8558f93 commit 060b3c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -398,13 +398,13 @@ <h3>
</p>
<p>
For measuring time across multiple UA executions, create [=moments=]
using the [=current wall time=] or (if you need higher precision in
[=environment settings object/cross-origin isolated
using the [=current coarsened wall time=] or (if you need higher
precision in [=environment settings object/cross-origin isolated
capability|cross-origin-isolated contexts=]) an [=environment settings
object=]'s [=environment settings object/current wall time=]. The
<dfn data-export="" id="dfn-current-wall-time">current wall time</dfn>
is the result of calling [=coarsen time=] with the [=wall clock=]'s
[=wall clock/unsafe current time=].
<dfn data-export="" id="dfn-current-wall-time">current coarsened wall
time</dfn> is the result of calling [=coarsen time=] with the [=wall
clock=]'s [=wall clock/unsafe current time=].
</p>
<p>
An [=environment settings object=] |settingsObject:environment settings
Expand Down

0 comments on commit 060b3c9

Please sign in to comment.