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