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: deprecate global COUNTER_* functions #22485

Closed
wants to merge 1 commit into from

Commits on Sep 12, 2018

  1. src: deprecate global COUNTER_* functions and remove perfctr

    To support Performance Counters on Windows, a number of
    global `COUNTER_` methods were added that are undocumented
    and really only intended to be used internally by Node.js.
    
    Unfortunately, the perfctr support apparently hasn't even
    worked for quite a while and no one has even complained.
    
    This removes the perfctr support and replaces the global
    functions with deprecated non-ops for now, with the intent
    of removing those outright in the next major release cycle.
    jasnell committed Sep 12, 2018
    Configuration menu
    Copy the full SHA
    4e6ef4d View commit details
    Browse the repository at this point in the history