Expose and test APIs for some threading metrics (CoreFX)#35502
Conversation
kouvel
commented
Feb 21, 2019
- API review: https://github.com/dotnet/corefx/issues/35500
- Depends on Implement APIs for some threading metrics (CoreCLR) coreclr#22754, Implement APIs for some threading metrics (CoreRT) corert#7066
|
@kouvel do you plan to update the change and push the PR forward now that we have API review? |
|
I have updated to remove local/global versions of PendingWorkItemCount. They can be added in the future if they would be useful. I think all three PRs (CoreCLR, CoreRT, and CoreFX) are now ready for review. @stephentoub, would you be able to take a look? |
|
The test in the latest commit is not exactly testing for the ordering issue that I mentioned in dotnet/corert#7066, that would be more difficult to repro without adding a similar race between the |
Add a timer test - Separated from #35502 - Added test from dotnet/corert#7069 to CoreFX
|
@kouvel still working on it? |
|
Yea still working on it, currently blocked on CI failures in dotnet/coreclr#22754, doesn't look like my change but trying to get a clean run |
…nceException when disposed Fix is in dotnet/corert#7066
|
Continued in #37401 |
Add a timer test - Separated from dotnet/corefx#35502 - Added test from dotnet/corert#7069 to CoreFX Commit migrated from dotnet/corefx@c575bed