{"id":16594094,"url":"https://github.com/jsdf/traceviewer","last_synced_at":"2025-10-29T12:30:20.107Z","repository":{"id":47422804,"uuid":"153143674","full_name":"jsdf/traceviewer","owner":"jsdf","description":"simple traceviewer renderer","archived":false,"fork":false,"pushed_at":"2023-10-30T13:46:25.000Z","size":2592,"stargazers_count":6,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-09T22:09:07.902Z","etag":null,"topics":["flamegraph","performance-visualization","trace-viewer"],"latest_commit_sha":null,"homepage":"https://jsdf.github.io/traceviewer/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsdf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-10-15T16:08:37.000Z","updated_at":"2023-11-14T06:49:30.000Z","dependencies_parsed_at":"2023-01-23T04:16:01.023Z","dependency_job_id":"e77ff3ef-395d-498e-bf81-8ca3b706ca62","html_url":"https://github.com/jsdf/traceviewer","commit_stats":null,"previous_names":["jsdf/traceviewer"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Ftraceviewer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Ftraceviewer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Ftraceviewer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsdf%2Ftraceviewer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsdf","download_url":"https://codeload.github.com/jsdf/traceviewer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219857801,"owners_count":16556055,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flamegraph","performance-visualization","trace-viewer"],"created_at":"2024-10-11T23:45:07.820Z","updated_at":"2025-10-29T12:30:19.434Z","avatar_url":"https://github.com/jsdf.png","language":"JavaScript","readme":"# traceviewer\n\ntrace viewer/traceviewer component which can render large traces\n\n## demos\n\n- [webgl renderer](https://jsdf.github.io/traceviewer/?webgl)\n- [canvas renderer](https://jsdf.github.io/traceviewer/?canvas\u0026single)\n- [canvas renderer (showing multiple aligned traces)](https://jsdf.github.io/traceviewer/?canvas)\n- [dom renderer (less complete)](https://jsdf.github.io/traceviewer/?dom)\n\n## screenshots\n\n![traceviewer screenshot](https://i.imgur.com/uc1vJXy.png)\n\n\n## usage\n\nI haven't quite cleaned this up for release yet, but if you want to try it now, you can clone this repo. The API is:\n\n```js\nimport Trace from './src/Trace';\n\n\u003cTrace\n  truncateLabels={true} // middle-truncate measure labels to fit width\n  trace={[{name: 'something', startTime: 100, duration: 20]} // array of objects like https://developer.mozilla.org/en-US/docs/Web/API/PerformanceMeasure\n  viewportWidth={1024}\n  viewportHeight={768}\n  renderer=\"webgl\" // or \"canvas\" or \"dom\"\n/\u003e\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdf%2Ftraceviewer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjsdf%2Ftraceviewer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjsdf%2Ftraceviewer/lists"}