コード例 #1
0
 private void Memory()
 {
     objects.text = "" + performanceMonitor.GetAllocatedMemoryInBytes() / 1000000;
 }