Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc: document time() and timeEnd() relationship
`console.time()` and `console.timeEnd()` are very closely related. It's useful to reference them both from each other. Previously, console.time() did not mention that it needed to be paired with a call to console.timeEnd() to be useful, and timeEnd() also failed to mention that console.time() needed to be called first. References in both directions have been added. PR-URL: #198 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
- Loading branch information