Re: high-level text drawing



Oops, my millisecond counters suxx:

--- pango-test.c.orig   2003-12-29 19:54:36.000000000 +0200
+++ pango-test.c        2003-12-29 19:55:04.000000000 +0200
@@ -49,8 +49,8 @@
                "gdk_draw_layout: %fms total, %fus per string\n"\
                "XDrawString: %fms total, %fus per string\n\n"\
                "gdk_draw_layout/XDrawString: %f\n",
-               t0*1000.0, t0*1000.0*1000.0/count,
-               t1*1000.0, t1*1000.0*1000.0/count,
+               t0/1000.0, t0*1000.0*1000.0/count,
+               t1/1000.0, t1*1000.0*1000.0/count,
                t0/t1
        );






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]