| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1f15e34 commit 862b75d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -416,7 +416,8 @@ added: v0.1.104 | |||
| 416 | 416 | Starts a timer that can be used to compute the duration of an operation. Timers | |
| 417 | 417 | are identified by a unique `label`. Use the same `label` when calling | |
| 418 | 418 | [`console.timeEnd()`][] to stop the timer and output the elapsed time in | |
| 419 | - milliseconds to `stdout`. Timer durations are accurate to the sub-millisecond. | ||
| 419 | + suitable time units to `stdout`. For example, if the elapsed | ||
| 420 | + time is 3869ms, `console.timeEnd()` displays "3.869s". | ||
| 420 | 421 | ||
| 421 | 422 | ### `console.timeEnd([label])` | |
| 422 | 423 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments