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

src: dump isolate stats when process exits #44534

Merged
merged 2 commits into from Sep 13, 2022

Commits on Sep 6, 2022

  1. src: dump isolate stats when process exits

    When process exits, dump v8 isolate's internal stats for performance
    evaluation and debugging.
    It fixed the incorrect profiling log output when running V8's builtin
    PGO profiling for node.js service type application,which exits by user
    pressing CTRL+C etc. keys.
    qdaoming committed Sep 6, 2022
    Copy the full SHA
    2ac1181 View commit details
    Browse the repository at this point in the history
  2. Update src/api/environment.cc

    Co-authored-by: Anna Henningsen <github@addaleax.net>
    qdaoming and addaleax committed Sep 6, 2022
    Copy the full SHA
    f5e0a65 View commit details
    Browse the repository at this point in the history