-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
node --prof documentation missing from --help output #34281
Comments
I believe that's (edit: not sure if it was under documented on purpose or not, but I do believe describing too much what it does would be counter-productive) |
With that being said, we could explain a bit more and add a link to https://nodejs.org/en/docs/guides/simple-profiling/ to explain how to consume the profile output, although I think we should highlight that this flag is provided by V8 and therefore has less stability guarantees than flags maintained by Node.js. |
I think just giving a hint might be useful. I found the |
FWIW, this is why I'm in favor of changing how we handle V8 options so instead of verbatim using them like * I see we have |
Actually, both options sound good. Though the first one requires less effort. However, the second one will be better in the long run IMO |
As a follow up regarding nodejs, you should check this article, might be useful for general info. |
As I understand, it has been addressed by #34991 . Since it has been landed and I can verify the |
The
node --prof
option is documented on the website, but it's missing from the output ofnode --help
.The text was updated successfully, but these errors were encountered: