paulirish / timeline-totals

summarize cost of all operations recorded by the devtools timeline
9 stars 1 forks source link

Timeline totals

  1. Record a timeline in the Chome DevTools
  2. Hit Cmd-S (Ctrl-S), save it.
  3. Load up the totals up
  4. Drag JSON file into viewer
  5. See the time data summarized in an (ugly) pie chart

Still super rough. Would love any help.

Developing

You'll need grunt & bower.

npm install & bower install

To start up the development loop

grunt server