0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/tools
James M Snell 9d71e6a607 src: deprecate global COUNTER_* 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.

PR-URL: https://github.com/nodejs/node/pull/22485
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: João Reis <reis@janeasystems.com>
2018-09-19 11:07:01 +02:00
..
bootstrap
clang-format tools: add missing package-lock to clang-format 2018-08-25 17:09:59 +02:00
configure.d
doc tools: fix doc tool behavior for version arrays 2018-09-12 11:47:08 +02:00
eslint-rules tools: add no-duplicate-requires rule 2018-07-12 16:11:11 -05:00
gyp gyp: muffle xcodebuild warnings 2018-08-25 04:41:56 +05:30
icu tools: fix compilation after V8 upgrade 2018-09-07 21:07:38 +02:00
inspector_protocol inspector: add inspector_protocol as a direct dependency 2018-08-10 18:03:43 -07:00
jinja2 inspector: add inspector_protocol as a direct dependency 2018-08-10 18:03:43 -07:00
macos-installer
markupsafe inspector: add inspector_protocol as a direct dependency 2018-08-10 18:03:43 -07:00
msvs src: deprecate global COUNTER_* and remove perfctr 2018-09-19 11:07:01 +02:00
node_modules tools: update ESLint to 5.6.0 2018-09-16 10:21:57 -07:00
node-lint-md-cli-rollup tools: make lint-md-rollup & checkin lint-md.js 2018-09-11 14:12:23 -04:00
pkgsrc src,tools: use https://nodejs.org URL when possible. 2018-07-14 11:57:59 +02:00
rpm src,tools: use https://nodejs.org URL when possible. 2018-07-14 11:57:59 +02:00
.eslintrc.yaml
build-addons.js build: build addon tests in parallel 2018-06-11 20:09:28 +02:00
certdata.txt
check_macros.py
check-imports.py
compress_json.py
cpplint.py tools: merge custom cpplint with cpplint v1.3.0 2018-09-18 07:56:56 +02:00
create_android_makefiles
create_expfile.sh
dcheck_macros.py
generate_code_cache.js src: perform integrity checks on built-in code cache 2018-08-18 05:21:52 +08:00
genv8constants.py
getmoduleversion.py
getnodeversion.py tools: make getnodeversion.py python3-compatible 2018-07-19 19:19:30 +02:00
gyp_node.py
install.py tools: remove lldbinit file from install script 2018-09-07 21:07:43 +02:00
js2c.py src: perform integrity checks on built-in code cache 2018-08-18 05:21:52 +08:00
license2rtf.js
license-builder.sh tools: use lint-md.js 2018-09-11 14:12:30 -04:00
lint-js.js
lint-md.js tools: make lint-md-rollup & checkin lint-md.js 2018-09-11 14:12:23 -04:00
lsan_suppressions.txt
macos-firewall.sh
make-v8.sh
mk-ca-bundle.pl
mkssldef.py
nodcheck_macros.py
osx-codesign.sh
osx-pkg-postinstall.sh
osx-productsign.sh
release.sh
run-valgrind.py
run-worker.js
sign.bat
specialize_node_d.py
test-npm-package.js
test-v8.bat
test.py test: remove test/gc, integrate into parallel 2018-08-01 18:04:56 +02:00
update-authors.js tools: implement update-authors in JS 2018-09-14 18:58:25 +02:00
update-babel-eslint.sh tools: update dmn to 2.0.0 2018-09-06 13:06:54 -07:00
update-eslint.sh tools: update dmn to 2.0.0 2018-09-06 13:06:54 -07:00
utils.py