paulirish / devtools-timeline-model

Unsupported

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose top-down & bottom-up trees

paulirish opened this issue · comments

Currently the lib exposes:

  • Event tree that's used to build the flame chart, including network flame chart
  • Frame model for frame durations, associated screenshots, etc.
  • interaction model that captures scroll/fling/tap/click, etc.

It doesn't yet expose the data to summarize where time is spent. (bottom-up tree, in particular).

The devtools timeline source needs to be refactored a touch to extract the tree models from the view. Once that's complete we can properly expose the data.