This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Visualize the aggregate performance of specific operations over time #616
Open
Description
Augment the waterfall view with an additional view that shows a box plot of the relative times elapsed between (ideally) the event which began an operation and the component render that includes its result.
/cc @nathansobo
Activity
nathansobo commentedon Mar 20, 2017
I was thinking a histogram but perhaps a box plot is even better. Seems like a library like
hdr-histogram-js
might prove useful either way.