chrome-cpu-profiler

1.0.3 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    4
  • 1.0.1
    2
  • 0.1.2
    2
  • 0.1.1
    2
  • 0.1.0
    2

Package Sidebar

Install

npm i chrome-cpu-profiler

Weekly Downloads

6

Version

1.0.3

License

MIT

Last publish

Collaborators

  • tomgco