Fix first value of counter payload being skewed (dotnet/coreclr#25739)
commit3468ef668f5ca45b10a941019f56624625a1b170
authorSung Yoon Whang <suwhang@microsoft.com>
Fri, 19 Jul 2019 21:04:58 +0000 (19 14:04 -0700)
committerMarek Safar <marek.safar@gmail.com>
Wed, 24 Jul 2019 07:45:03 +0000 (24 09:45 +0200)
treee4662ef45261a274b80be70b1af1bf31a942321f
parentf8d61819b87b8b653d6bde31ae74b7e49ab88bd7
Fix first value of counter payload being skewed (dotnet/coreclr#25739)

* Fix issue 25709

* rename

* Fix regression test

* cleanup

* Code review feedback

* set maxincrement to 3

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/CounterGroup.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/EventCounter.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/IncrementingEventCounter.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/IncrementingPollingCounter.cs