Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename one of the "current wall time" dfns #167

Merged
merged 2 commits into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading