Modified sample project.
authorNathan Ricci <naricc@microsoft.com>
Tue, 20 Aug 2019 21:38:23 +0000 (17:38 -0400)
committerNathan Ricci <naricc@microsoft.com>
Tue, 20 Aug 2019 21:38:23 +0000 (17:38 -0400)
Commit migrated from https://github.com/mono/mono/commit/bf04a1946f1b8018469878fb1f98d80f9985a9d7

src/mono/netcore/sample/HelloWorld/Program.cs

index 45d83b3..4d0f989 100644 (file)
@@ -11,6 +11,8 @@ namespace HelloWorld
             Console.WriteLine(typeof(object).Assembly.FullName);
             Console.WriteLine(System.Reflection.Assembly.GetEntryAssembly ());
             Console.WriteLine(System.Runtime.InteropServices.RuntimeInformation.FrameworkDescription);
+           Console.WriteLine("Gibbbabhafsgs");
+           Console.WriteLine(GC.GetTotalAllocatedBytes(false));
         }
     }
 }