diff options
author | Carl Worth <cworth@cworth.org> | 2006-08-31 10:39:24 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2006-08-31 10:41:00 -0700 |
commit | 13bcba68ae6f0d29b82def09e7a6e356266dc2e7 (patch) | |
tree | d40368d03d5b9498723bfa6540cc1d094a454b19 /perf/paint.c | |
parent | a60ed68daebc15e87ededbca80211508f624bcb6 (diff) |
perf: Collapse timing.[ch] down into cairo-perf.[ch]
Diffstat (limited to 'perf/paint.c')
-rw-r--r-- | perf/paint.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perf/paint.c b/perf/paint.c index c4233df4..41983da7 100644 --- a/perf/paint.c +++ b/perf/paint.c @@ -46,7 +46,6 @@ paint (cairo_t *cr, int width, int height) PERF_LOOP_INIT (timer, count); { cairo_paint (cr); - iterations++; } PERF_LOOP_FINI (timer, count); |