Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/report-startup-memory.js')
-rw-r--r--benchmark/report-startup-memory.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/benchmark/report-startup-memory.js b/benchmark/report-startup-memory.js
index 14e56231ec2..6d796307f4f 100644
--- a/benchmark/report-startup-memory.js
+++ b/benchmark/report-startup-memory.js
@@ -1 +1,2 @@
+'use strict';
console.log(process.memoryUsage().rss);