Skip to content

jamesseanwright/automated-chrome-profiling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Chrome Profiling

A prototype of automated Chrome/V8 profiling. Inspired by Paul Irish's repo of the same name, using chrome-remote-interface.

Setup

  1. Install Node 0.12 or greater
  2. npm i
  3. Open index.js. If you're running this on Linux or Windows, change chromeBinary to google-chrome or chrome.exe respectively

## Run

node index.js. The profiles will be output to the snapshots directory.

The tests are located in tests.js, which consumes a Promise-based wrapper of chrome-remote-interface.

About

A prototype of automated Chrome/V8 profiling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published