Roslyn should have an ETW/EventPipe source that we can use to report data #54770
Labels
api-approved
API was approved in API review, it can be implemented
Area-Compilers
Bug
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Milestone
In certain situations it would be very useful to report data via ETW/LTTNG. The event source class allows this is in a cross platform, high performance way; tools like PerfView and dotnet-trace can then be used to read the information back from a release compiler with low impact on regular throughput.
We should create a central class that can be used across the roslyn stack to report such data.
The text was updated successfully, but these errors were encountered: