specify units (#2170)
authorSung Yoon Whang <suwhang@microsoft.com>
Tue, 13 Apr 2021 02:18:15 +0000 (19:18 -0700)
committerGitHub <noreply@github.com>
Tue, 13 Apr 2021 02:18:15 +0000 (19:18 -0700)
src/Tools/dotnet-counters/KnownData.cs

index 78d76970c3062bc6f1fbd6026462cb808e9f275f..93d67c5fff66f9e4cad3097e577525212f3dcfdb 100644 (file)
@@ -52,7 +52,7 @@ namespace Microsoft.Diagnostics.Tools.Counters
                     new CounterProfile{ Name="active-timer-count", Description="Number of timers that are currently active", SupportedVersions=new[] { net30, net31, net50 } },
                     new CounterProfile{ Name="il-bytes-jitted", Description="Total IL bytes jitted", SupportedVersions=new[] { net50 } },
                     new CounterProfile{ Name="methods-jitted-count", Description="Number of methods jitted", SupportedVersions=new[] { net50 } },
-                    new CounterProfile{ Name="gc-committed", Description="Size of committed memory by the GC", SupportedVersions=new[] { net60 } }
+                    new CounterProfile{ Name="gc-committed", Description="Size of committed memory by the GC (MB)", SupportedVersions=new[] { net60 } }
                 },
                 runtimeVersion // RuntimeVersion
             );