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