This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
node
mirror of
https://github.com/nodejs/node.git
Watch
1
Star
0
Fork
You've already forked node
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c1cd64481f
node
/
benchmark
/
report-startup-memory.js
3 lines
54 B
JavaScript
Raw
Normal View
History
Unescape
Escape
benchmark: use strict mode Apply strict mode to benchmark code. PR-URL: https://github.com/nodejs/node/pull/5336 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2016-02-20 09:03:16 +08:00
'use strict'
;
Add startup memory script to benchmarks
2011-02-19 06:01:04 +08:00
console
.
log
(
process
.
memoryUsage
(
)
.
rss
)
;