We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c344fbc commit f018be3Copy full SHA for f018be3
1 file changed
benchmark/http_simple.js
@@ -110,3 +110,6 @@ server.listen(port, function () {
110
console.log('Listening at http://127.0.0.1:'+port+'/');
111
});
112
113
+process.on('exit', function() {
114
+ console.error('libuv counters', process.uvCounters());
115
+});
0 commit comments