/chrome-cpu-profiler

View Top down, Bottom up and flamegraphs of your node app in Google Chrome

Primary LanguageJavaScriptBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

chrome-cpu-profiler

Visulise your applications performance in chrome using flame-graphs!

Installation

npm install --save chrome-cpu-profiler

Usage

var profiler = require('chrome-cpu-profiler')
profiler.startProfiling('cpu-block')
var data = profiler.stopProfiling('cpu-block')
profiler.writeFile(data)

Credits

Built by Tom Gallacher @tomgco.

Licence

Licensed under the New BSD License