# Pastebin W7uzJS5K freebsd@test-digitalocean-freebsd11-x64-1:~ % ps -auwwwwx | grep node iojs 63161 104.4 1.3 602656 26384 - R 22:53 427:58.47 /usr/home/iojs/build/workspace/node-test-commit-freebsd/nodes/freebsd11-x64/out/Release/node --no_logfile_per_isolate --logfile=- --prof -pe function f() {\n for (var i = 0; i < 1000000; i++) {\n i++;\n }\n setImmediate(function() { f(); });\n };\n f();