From 5c1203d28d04bd8840aa03c3944cbfe42eab056d Mon Sep 17 00:00:00 2001 From: mdh1418 Date: Wed, 13 Jul 2022 11:49:58 -0400 Subject: [PATCH 1/3] Align TraceEvent Version with dotnet/runtime --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 6e4b509408..72d42f27da 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,7 +49,7 @@ 1.1.0 2.2.332302 16.9.0-beta1.21055.5 - 2.0.64 + 3.0.2 2.1.1 From a7bd29d97b593a3fd870bfbeb032e3832f274d50 Mon Sep 17 00:00:00 2001 From: mdh1418 Date: Wed, 20 Jul 2022 11:29:51 -0400 Subject: [PATCH 2/3] Update Graph NodeCount type --- src/Tools/dotnet-gcdump/DotNetHeapDump/Graph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tools/dotnet-gcdump/DotNetHeapDump/Graph.cs b/src/Tools/dotnet-gcdump/DotNetHeapDump/Graph.cs index 23bed8b0e3..e9f61ce2d1 100644 --- a/src/Tools/dotnet-gcdump/DotNetHeapDump/Graph.cs +++ b/src/Tools/dotnet-gcdump/DotNetHeapDump/Graph.cs @@ -125,7 +125,7 @@ public virtual NodeType AllocTypeNodeStorage() /// /// Same as NodeIndexLimit, just cast to an integer. /// - public int NodeCount { get { return m_nodes.Count; } } + public long NodeCount { get { return m_nodes.Count; } } /// /// It is expected that users will want additional information associated with TYPES of the nodes of the graph. They can /// do this by allocating an array of code:NodeTypeIndexLimit and then indexing this by code:NodeTypeIndex From a9c0273a9cb173b9e7dbabee16ba38e776da7155 Mon Sep 17 00:00:00 2001 From: mdh1418 Date: Fri, 5 Aug 2022 22:18:42 -0400 Subject: [PATCH 3/3] Bump TraceEvent Version to 3.0.3 --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 72d42f27da..4ea63600d2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,7 +49,7 @@ 1.1.0 2.2.332302 16.9.0-beta1.21055.5 - 3.0.2 + 3.0.3 2.1.1