From 864860e9f3d4eed0b0b81af55197d7e525ea6306 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Sat, 23 Mar 2019 07:39:52 +0800 Subject: src: port coverage serialization to C++ This patch moves the serialization of coverage profiles into C++. With this we no longer need to patch `process.reallyExit` and hook into the exit events, but instead hook into relevant places in C++ which are safe from user manipulation. This also makes the code easier to reuse for other types of profiles. PR-URL: https://github.com/nodejs/node/pull/26874 Reviewed-By: Ben Coe --- node.gyp | 1 - 1 file changed, 1 deletion(-) (limited to 'node.gyp') diff --git a/node.gyp b/node.gyp index e0aa84bf3c..676be6e038 100644 --- a/node.gyp +++ b/node.gyp @@ -169,7 +169,6 @@ 'lib/internal/process/worker_thread_only.js', 'lib/internal/process/report.js', 'lib/internal/process/task_queues.js', - 'lib/internal/profiler.js', 'lib/internal/querystring.js', 'lib/internal/readline.js', 'lib/internal/repl.js', -- cgit v1.2.3