Cleaning up various debug prints.

This commit is contained in:
Mari the Deer 2023-12-26 11:41:49 +01:00
commit 1a0b5b6d07
7 changed files with 62 additions and 57 deletions

View file

@ -258,7 +258,7 @@ Class SWWMHandler : EventHandler
bprofiletics,(bprofiletics>1)?"s":"");
for ( int i=0; i<8; i++ )
str.AppendFormat(" %s | %6d | %11.6f | %11.6f\n",prof_name[i],prof_calls[i],prof_ms[i],prof_avg[i]);
Console.Printf(str);
Console.PrintfEx(PRINT_HIGH|PRINT_NONOTIFY,str);
}
override void PostUiTick()