Cosmos/Users/Matthijs/PlaygroundHAL/HALGlobal.cs

28 lines
548 B
C#

using System;
using System.CodeDom;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Cosmos.Core;
namespace PlaygroundHAL
{
public static class HALGlobal
{
public static void Test()
{
//Heap.SendStatsToDebugger();
//Heap.SendStatsToDebugger();
new object();
new object();
new object();
new object();
new object();
//Heap.SendStatsToDebugger();
}
}
}