mirror of
https://github.com/JorjBauer/aiie.git
synced 2024-11-25 19:31:36 +00:00
reduce noise from FPS counter
This commit is contained in:
parent
6664d8b323
commit
368b385ccf
@ -16,7 +16,7 @@
|
||||
|
||||
#include "timeutil.h"
|
||||
|
||||
//#define SHOWFPS
|
||||
#define SHOWFPS
|
||||
//#define SHOWPC
|
||||
//#define DEBUGCPU
|
||||
//#define SHOWMEMPAGE
|
||||
@ -264,11 +264,9 @@ int main(int argc, char *argv[])
|
||||
char buf[25];
|
||||
sprintf(buf, "%lu FPS", loopCount / lenSecs);
|
||||
g_display->debugMsg(buf);
|
||||
if (lenSecs >= 60) {
|
||||
startAt = time(NULL);
|
||||
loopCount = 0;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#ifdef SHOWPC
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user