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

bootstrap: include perf_hooks in the builtin snapshot #38971

Closed
wants to merge 3 commits into from

Commits on Jun 25, 2021

  1. perf_hooks: refactor perf_hooks for snapshot building

    - Move Performance and InternalPerformance to a new
      lib/internal/perf/performance.js
    - Move now() getMilestoneTimestamp() into
      lib/internal/perf/utils.js
    - Rename lib/internal/perf/perf.js to
      lib/internal/perf/performance_entry.js
    - Refresh time origin at startup (this means the
      time origins could differ between snapshot building
      time and snapshot creation time)
    joyeecheung committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    9064c0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa9bad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e2eadb View commit details
    Browse the repository at this point in the history