forked from dotnet/corefx
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed races in EventCounters. Preped to add Dispose() method
There were a number of races in EventCounters. Did an audit and fixed these. Also prepped to add a Dispose() method so that you can make counters for transient objects (e.g. files) Have actually made it public yet, pending API review. Also turned on and beefed up the testing. Fixed tests.
- Loading branch information
Showing
6 changed files
with
257 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.