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

perf_hooks: simplify perf_hooks #19563

Closed
wants to merge 2 commits into from

Commits on Apr 2, 2018

  1. perf_hooks: simplify perf_hooks

    Remove the `performance.getEntries()` and `performance.clear*()`
    variants and eliminate the accumulation of the global timeline
    entries. The design of this particular bit of the API is a memory
    leak and performance footgun. The `PerformanceObserver` API is
    a better approach to consuming the data in a more transient way.
    jasnell committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    9f9ff4c View commit details
    Browse the repository at this point in the history
  2. [Squash] fix issues

    jasnell committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    72367b9 View commit details
    Browse the repository at this point in the history