Exemplo n.º 1
0
 private void OnLogNativeMemoryStatistics(string arguments)
 {
     NativeMemoryManager.LogAllocationStatistics();
     Print("Done. See log file in UserSettings\\Logs folder.");
 }
Exemplo n.º 2
0
 void OnLogNativeMemoryStatistics(string arguments)
 {
     NativeMemoryManager.LogAllocationStatistics();
     Print("Done. See log file.");
 }