From 9d71e6a6071134789a30471302d9735250dea96c Mon Sep 17 00:00:00 2001 From: James M Snell Date: Thu, 23 Aug 2018 10:16:00 -0700 Subject: src: deprecate global COUNTER_* and remove perfctr MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. PR-URL: https://github.com/nodejs/node/pull/22485 Reviewed-By: Ruben Bridgewater Reviewed-By: Colin Ihrig Reviewed-By: João Reis --- src/res/node_perfctr_provider.man | 107 -------------------------------------- 1 file changed, 107 deletions(-) delete mode 100644 src/res/node_perfctr_provider.man (limited to 'src/res') diff --git a/src/res/node_perfctr_provider.man b/src/res/node_perfctr_provider.man deleted file mode 100644 index 2f77e332f7..0000000000 --- a/src/res/node_perfctr_provider.man +++ /dev/null @@ -1,107 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3