-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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: enrich using-gc-traces #4775
Conversation
Cc @nodejs/diagnostics |
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.
Very nice exercise! Concise and very explanatory. From the website side of things, I don't see anything wrong. Still need a +1 review from diagnostics 😄
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.
LGTM.
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.
@tony-go:"flags"may be the meaning of "The additional info about GC"?
| startTime | The high-resolution millisecond timestamp is marking the starting time of the Performance Entry. | | ||
| duration | The total number of milliseconds elapsed for this entry. | | ||
| kind | The type of garbage collection operation that occurred. | | ||
| flags | The high-resolution millisecond timestamp is marking the starting time of the Performance Entry. | |
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.
"flags"may be the meaning of "The additional info about GC"?
@tony-go: Sorry but catch it a bit later.....:( |
Nice catch, I probably miss something when I moved blocks in the doc. |
Hi 👋
Context
I recently wrote down a guide and pushed a PR on this repo.
As discussed in the recent meeting, it was probably not the best approach. We thought that it could be better to merge it with existing documentation.
Update
But we finally decided to extract a few parts from my work and inject it into the existing doc.