node.js bindings for the v8 profiler
npm install https://github.com/Skomski/v8-profiler/tarball/v3.7.1
var profiler = require('v8-profiler');
var heapshot = profiler.heapshot([name]); // takes a heapSnapshot
profiler.startProfiling([name]); // start cpu profiling
var cpuProfile = profiler.stopProfiling([name]); // stop cpu profiling