microsoft / microsoft/TypeScript
Refine tracing functionality
Open
@jakebailey is already working on this.
Since Nov 15, 2021.
Domain: Performance
Infrastructure
Rescheduled
- Dominant language
- Go
- Stars
- 111k
- Forks
- 14.3k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 132
Description
Search Terms
Tracing, Logging
Suggestion
Further improvements on #40460:
- Tracing from tsserver
- Post-processing script to handle size & unterminated dumps
- Optimize
tracing._calls (done viatracing?._) - Using sampling to reduce tracing costs
- Possibly use a proper sampling (worker) thread
- Filter include/exclude command-line selection (not needed if sampling thread works)
- Adjust expression source locations in post processing script
- Improve UI by embedding tracing as a library (since there are no better visualizers)
- Consolidating data and metadata into a single file
- Enabling streaming gzip?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.