Skip to content

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

License

Notifications You must be signed in to change notification settings

tomgco/chrome-cpu-profiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •