Skip to content

Instantly share code, notes, and snippets.

@mclasson
Created July 15, 2013 11:58
Embed
What would you like to do?
for (int a = 0; a < 10000; a++)
{
new Worker(this);
}
memoryLabel.Text = "Memory consumption:" + GC.GetTotalMemory(true)/1024;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment