Cleaning up various debug prints.
This commit is contained in:
parent
852e2bfec0
commit
1a0b5b6d07
7 changed files with 62 additions and 57 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue