Skip to content
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

Profiling Node.js #47

Open
fundon opened this issue Sep 6, 2016 · 3 comments
Open

Profiling Node.js #47

fundon opened this issue Sep 6, 2016 · 3 comments

Comments

@fundon
Copy link
Owner Author

fundon commented Sep 6, 2016

Heap Size

  • Heap: Current heap size (MB)
  • RSS: Resident set size (MB)
  • V8 Full GC: Heap size sampled immediately after a full garbage collection (MB)

@fundon
Copy link
Owner Author

fundon commented Sep 6, 2016

V8 optimizer

Note the signs ~ and * before function names:

  • * means that the function was optimized by V8.
  • ~ means that the function was not optimized.

@fundon
Copy link
Owner Author

fundon commented Sep 6, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant