samccone / trace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timeline-viz

There is plenty of prior art when talking about visualizing trace files. timeline-viz aims to be a pluggable embeddable timeline visualization that focuses on showing 100K+ individual events in a performant way.

timeline-viz is not for showing flamechart or rendering them. timeline-viz is intended to show work spread across many workers / threads over extended periods of time.

Dev

    yarn run dev

Then open demo/index.html

About

License:Apache License 2.0


Languages

Language:TypeScript 100.0%