[cairo-commit] cairo-benchmarks memcpy-helper.c,1.1.1.1,1.2
Billy Biggs
commit at pdx.freedesktop.org
Mon Aug 29 19:36:22 PDT 2005
- Previous message: [cairo-commit] pycairo/cairo cairomodule.c, 1.48,
1.49 pycairo-context.c, 1.64, 1.65 pycairo.h, 1.41,
1.42 pycairo-private.h, 1.32, 1.33 pycairo-pattern.c, 1.27, 1.28
- Next message: [cairo-commit] cairo-benchmarks ChangeLog, 1.1, 1.2 Makefile,
1.1.1.1, 1.2 add.c, 1.1.1.1, 1.2 curves.c, 1.1.1.1,
1.2 downsample-bilinear.c, 1.1.1.1, 1.2 downsample-nearest.c,
1.1.1.1, 1.2 gradients-linear.c, 1.1.1.1, 1.2 lines.c, 1.1.1.1,
1.2 multiple-clip-rectangles.c, 1.1.1.1, 1.2 over-clipped.c,
1.1.1.1, 1.2 over.c, 1.1.1.1, 1.2 setup.h, 1.1.1.1,
NONE textpath.c, 1.1.1.1, 1.2 texturedtext.c, 1.1.1.1,
1.2 tools.c, 1.1.1.1, 1.2 upsample-bilinear.c, 1.1.1.1,
1.2 upsample-nearest.c, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: vektor
Update of /cvs/cairo/cairo-benchmarks
In directory gabe:/tmp/cvs-serv28073
Modified Files:
memcpy-helper.c
Log Message:
* memcpy-helper.c: Make it more useful.
Index: memcpy-helper.c
===================================================================
RCS file: /cvs/cairo/cairo-benchmarks/memcpy-helper.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- memcpy-helper.c 19 Aug 2005 03:33:19 -0000 1.1.1.1
+++ memcpy-helper.c 30 Aug 2005 02:36:20 -0000 1.2
@@ -17,8 +17,8 @@
memcpy_size += n;
if (memcpy_size - last_checkpoint > (1024*1024)) {
-asm("int3");
fprintf (stderr, "memcpy total: %d\n", memcpy_size);
+ //asm("int3");
last_checkpoint = memcpy_size;
}
return real_memcpy (dest, src, n);
- Previous message: [cairo-commit] pycairo/cairo cairomodule.c, 1.48,
1.49 pycairo-context.c, 1.64, 1.65 pycairo.h, 1.41,
1.42 pycairo-private.h, 1.32, 1.33 pycairo-pattern.c, 1.27, 1.28
- Next message: [cairo-commit] cairo-benchmarks ChangeLog, 1.1, 1.2 Makefile,
1.1.1.1, 1.2 add.c, 1.1.1.1, 1.2 curves.c, 1.1.1.1,
1.2 downsample-bilinear.c, 1.1.1.1, 1.2 downsample-nearest.c,
1.1.1.1, 1.2 gradients-linear.c, 1.1.1.1, 1.2 lines.c, 1.1.1.1,
1.2 multiple-clip-rectangles.c, 1.1.1.1, 1.2 over-clipped.c,
1.1.1.1, 1.2 over.c, 1.1.1.1, 1.2 setup.h, 1.1.1.1,
NONE textpath.c, 1.1.1.1, 1.2 texturedtext.c, 1.1.1.1,
1.2 tools.c, 1.1.1.1, 1.2 upsample-bilinear.c, 1.1.1.1,
1.2 upsample-nearest.c, 1.1.1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cairo-commit
mailing list