We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e29492 commit e795913Copy full SHA for e795913
EditorDemo/Program.cs
@@ -23,6 +23,7 @@
23
GCSettings.LargeObjectHeapCompactionMode = GCLargeObjectHeapCompactionMode.CompactOnce;
24
25
Console.WriteLine("benchmark start");
26
+Console.WriteLine("size:" + BENCHMARK_SIZE);
27
Console.WriteLine("Allocated GC Memory:" + $"{System.GC.GetTotalMemory(true):N0}" + "bytes");
28
29
Stopwatch sw = Stopwatch.StartNew();
0 commit comments