Skip to content

Commit

Permalink
Add time units for duration
Browse files Browse the repository at this point in the history
  • Loading branch information
pvh authored Dec 1, 2023
1 parent f2fbd9e commit e53903f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/api/performance/measure/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ To only provide an `endMark`, you need to provide an empty `measureOptions` obje
If this is a string naming a {{domxref("PerformanceMark")}}, then it is defined in the same way as `startMark`.

- `duration` {{optional_inline}}
- : Duration between the start and end mark times. If omitted, this defaults to {{domxref("performance.now()")}}; the time that has elapsed since the context was created. If provided, you must also specify either `start` or `end` but not both.
- : Duration (in milliseconds) between the start and end mark times. If omitted, this defaults to {{domxref("performance.now()")}}; the time that has elapsed since the context was created. If provided, you must also specify either `start` or `end` but not both.
- `end` {{optional_inline}}

- : Timestamp ({{domxref("DOMHighResTimeStamp")}}) to be used as the end time, or string that names a {{domxref("PerformanceMark")}} to use for the end time.
Expand Down

0 comments on commit e53903f

Please sign in to comment.