-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
doc: fix entryTypes type and missing link in perf_hooks.md #15406
Conversation
doc/api/perf_hooks.md
Outdated
@@ -656,3 +656,4 @@ require('some-module'); | |||
|
|||
[`timeOrigin`]: https://w3c.github.io/hr-time/#dom-performance-timeorigin | |||
[W3C Performance Timeline]: https://w3c.github.io/performance-timeline/ | |||
[Async Hooks]: async_hooks.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please swap this with the previous line to keep them sorted alphabetically?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Absolutely. Just to make sure, you mean
case 1:
a. timeOrigin
b. Async Hooks
c. W3C Performance Timeline
or case 2
a. Async Hooks
b. timeOrigin
c. W3C Performance Timeline
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@manidlou, case 1. Thanks.
Done. |
PR-URL: nodejs#15406 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #15406 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: nodejs/node#15406 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: nodejs/node#15406 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
Fixed
entryTypes
inperformance.timerify(fn)
example andasync_hooks
missing link inperf_hooks.md
.Checklist
Affected core subsystem(s)
doc