Visulise your applications performance in chrome using flame-graphs!
npm install --save chrome-cpu-profiler
var profiler = require('chrome-cpu-profiler')
profiler.startProfiling('cpu-block')
var data = profiler.stopProfiling('cpu-block')
profiler.writeFile(data)
Built by Tom Gallacher @tomgco.
Licensed under the New BSD License