summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--benchmark/http_simple.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/benchmark/http_simple.js b/benchmark/http_simple.js
index cac406ce7f..120c2050cc 100644
--- a/benchmark/http_simple.js
+++ b/benchmark/http_simple.js
@@ -110,3 +110,6 @@ server.listen(port, function () {
console.log('Listening at http://127.0.0.1:'+port+'/');
});
+process.on('exit', function() {
+ console.error('libuv counters', process.uvCounters());
+});