Add DisplayUnits property to DiagnosticCounter (dotnet/coreclr#24981)
commitcf93ce4fce8cbd8680894908720b6b507abafd35
authorSung Yoon Whang <suwhang@microsoft.com>
Fri, 7 Jun 2019 00:18:27 +0000 (6 17:18 -0700)
committerMarek Safar <marek.safar@gmail.com>
Fri, 7 Jun 2019 21:17:51 +0000 (7 23:17 +0200)
tree638108321729be457925be652887c47df9f1d32e
parent46108fd7def439e6db23e1209904db3e473a583f
Add DisplayUnits property to DiagnosticCounter (dotnet/coreclr#24981)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/CounterPayload.cs
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/DiagnosticCounter.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
netcore/System.Private.CoreLib/shared/System/Diagnostics/Tracing/PollingCounter.cs