-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Open
Milestone
Description
Right now, TPL events are part of the default set of events captured by PerfView and Visual Studio. With the proliferation of async, these events are dominating traces more and more, which preturbs the data, and results in recommendations to look at Task overhead, where in fact the overhead is all in emitting TPL ETW events.
The goal of this issue is to track looking into options to make these events less verbose if possible.
hoyosjs