Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Print libuv counters after http_simple exits
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 6, 2011
1 parent c344fbc commit f018be3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions benchmark/http_simple.js
Expand Up @@ -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());
});

0 comments on commit f018be3

Please sign in to comment.