https://github.com/samccone/trace
https://github.com/samccone/trace
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samccone/trace
- Owner: samccone
- License: apache-2.0
- Created: 2019-09-02T21:54:12.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T20:16:54.000Z (over 1 year ago)
- Last Synced: 2025-12-21T21:49:10.289Z (6 months ago)
- Language: TypeScript
- Size: 251 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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