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

inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-name #27306

Closed
wants to merge 4 commits into from

Commits on Apr 19, 2019

  1. inspector: split --cpu-prof-path to --prof-dir and --cpu-prof-name

    To improve the integration of `--cpu-prof` with workers, this patch
    splits `--cpu-prof-path` into `--prof-dir` and `--cpu-prof-name`,
    so when a worker is launched from a thread that enables
    `--cpu-prof`, if the parent thread sets `--prof-dir`, then the
    profile of both thread would be generated to the specified directory.
    If they end up specifying the same `--cpu-prof-name` the behavior
    is undefined the last profile will overwritten the first one.
    joyeecheung committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    4212a65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0de081 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71c8b89 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. Configuration menu
    Copy the full SHA
    1d78190 View commit details
    Browse the repository at this point in the history