Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samccone/trace
https://github.com/samccone/trace
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/samccone/trace
- Owner: samccone
- License: apache-2.0
- Created: 2019-09-02T21:54:12.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-09-03T23:03:34.000Z (about 1 year ago)
- Last Synced: 2024-04-14T00:08:37.391Z (7 months ago)
- Language: TypeScript
- Size: 225 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
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