-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable relevant thread pool events in Windows #87020
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsIt seems like some IO cc @eduardo-vp, @kouvel
|
The portable thread pool implementation should already be raising the events on Windows and Unixes (though last I checked a while back, they weren't working yet). #88894 is adding the raising of some events for the Windows thread pool implementation. |
Aside from |
ThreadPoolIOWork event is not yet working in Windows (either with the NativeRuntimeEventSourceTest can be used to validate this. |
I assume we don't want this in the 8.0 milestone that nobody is looking at anymore, so marked this untriaged. |
It seems like some IO
threadpool
events (IOPack, IOEnqueue, and IODequeue
) can be enabled for windows in NativeRuntimeEventSource.PortableThreadPool. Given thatNativeAOT
now hasEventPipe
, we should do this work to help customers with their diagnostics scenarios.cc @eduardo-vp, @kouvel
The text was updated successfully, but these errors were encountered: