diff options
author | Savio Sena <savio@expertisesolutions.com.br> | 2014-10-20 19:43:49 -0200 |
---|---|---|
committer | Savio Sena <savio@expertisesolutions.com.br> | 2014-10-20 19:43:49 -0200 |
commit | e03125e56d0d44420ff621fa500889d5b1017333 (patch) | |
tree | c65784e399af60bca2a793dbde40e7574e1d4aca /src | |
parent | c58e2e4047cf840659274bf0cfdc4893124098f8 (diff) |
expedite-cxx: Increase samples count to make measures a bit more steady.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/main.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/main.h b/src/bin/main.h index 3262056..f54a392 100644 --- a/src/bin/main.h +++ b/src/bin/main.h | |||
@@ -41,8 +41,8 @@ extern "C" | |||
41 | 41 | ||
42 | #define EVAS_FRAME_QUEUING // for test | 42 | #define EVAS_FRAME_QUEUING // for test |
43 | 43 | ||
44 | #define OBNUM 128 | 44 | #define OBNUM 1280 |
45 | #define LOOPS 128 | 45 | #define LOOPS 12800 |
46 | 46 | ||
47 | extern Evas *G_evas; | 47 | extern Evas *G_evas; |
48 | extern int win_w, win_h; | 48 | extern int win_w, win_h; |