1.0.3 • Published 9 years ago

chrome-cpu-profiler v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

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

1.0.3

9 years ago

1.0.1

10 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago