Re: high-level text drawing
- From: Olexiy Avramchenko <olexiy irtech cn ua>
- To: Tom Liu <tom liu flextrade com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: high-level text drawing
- Date: Mon, 29 Dec 2003 19:56:57 +0200
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]