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.
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.