Timeline Model. A tool that reads and understands performance data from browser recordings.

github.com/paulirish/devtools-timeline-model

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

April 2021
  • link to other projects
May 2019
  • Update readme.md
September 2018
  • add missing console import
February 2018
  • v1.4.0
  • Optionally limit BottomUp / TopDown groupings by a start and end time…
August 2017
  • Release —
  • Release —
May 2017
  • v1.3.1
  • remove engines from package.json in 1.3.x branch
January 2017
  • var => const
  • 1.3.0
  • Bump devtools to latest (#24)
  • add lts to travis
  • v1.2.2
  • move global instantiation outside of the eval() for node 7.3
  • v1.2.1
  • node 7.3 compat.
  • v1.2.0
  • monkeypatch: Bindings.DeferredTempFile.remove
December 2016
  • restore children sorting.
  • Merge pull request #19 from paulirish/bumpfrontend
  • Major: Bump DevTools frontend to latest. Refactorings.