From db917066e504364749a21a43b2fd8193db0322e8 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 30 Nov 2008 22:48:26 +0000 Subject: More modifications to allow numerous iterations for profiling. Overall time breakdown for allzengarden.css is approximately: lex : 37% core : 43% lang : 20% svn path=/trunk/libcss/; revision=5857 --- test/css21.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/css21.c') diff --git a/test/css21.c b/test/css21.c index 5961f4b..c8a0bd5 100644 --- a/test/css21.c +++ b/test/css21.c @@ -6,9 +6,9 @@ #include "testutils.h" -#define ITERATIONS (1) +#define ITERATIONS (10) #define DUMP_HASH (0) -#define DUMP_CSS (1) +#define DUMP_CSS (0) extern void parserutils_hash_dump(parserutils_hash *hash); -- cgit v1.2.3