mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
add ' fps' to the std deviation line
This commit is contained in:
parent
35c2a4c4d7
commit
030b8a7a05
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ CL_FinishTimeDemo (void)
|
|||
Con_Printf ("timedemo stats for %d runs:\n", timedemo_runs);
|
||||
Con_Printf (" average fps: %.3f\n", average);
|
||||
Con_Printf (" min/max fps: %.3f/%.3f\n", min, max);
|
||||
Con_Printf ("std deviation: %.3f\n", sqrt (variance));
|
||||
Con_Printf ("std deviation: %.3f fps\n", sqrt (variance));
|
||||
}
|
||||
free (timedemo_data);
|
||||
timedemo_data = 0;
|
||||
|
|
Loading…
Reference in a new issue