From f329fb2d609b9be7ec871a7fbb487b82c3e182b6 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 3 Nov 2008 22:27:53 +0000 Subject: add 4 tests to test drawing the same thing again and again at the same size SVN revision: 37446 --- src/bin/main.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bin/main.h') diff --git a/src/bin/main.h b/src/bin/main.h index 2e2eb1b..b05869a 100644 --- a/src/bin/main.h +++ b/src/bin/main.h @@ -68,6 +68,7 @@ #include "about.h" #define OBNUM 128 +#define LOOPS 512 extern Evas *evas; extern int win_w, win_h; @@ -87,7 +88,7 @@ int engine_abort(void); } #define FPS_STD(x) \ - if ((f >= 32) && (!done)) \ + if ((f >= LOOPS) && (!done)) \ { \ double fps; \ fps = (double)f / t; \ -- cgit v1.2.1