On Tuesday 31 July 2012 16:04:11 wahono sri wrote:
> > Aggpas is client side pixel rendering by the CPU-> every pixel must be
> > transported to the graphic engine after rendering. Xlib as contrast
> > transports the graphic primitives only (polyline command, xcopyarea...).
> > Aggpas is client side pixel rendering by the CPU-> every pixel must be
> > transported to the graphic engine after rendering. Xlib as contrast
> > transports the graphic primitives only (polyline command, xcopyarea...).
>
> I compile freetype_test.dpr with MSEide, and I got result for drawing
> text performance with vary glyph rendering :
>
> outline mode : 13.364 glyph/sec
> native gray 8 :  48.781 glyph/sec
> native mono    :129.551  glyph/sec
> AGG gray : 45.764 glyph/sec
> AGG mono : 123.812 glyph/sec
>
> I don't know if with GDI/X11
>
Count the characters on MSEide source editor page and divide it by the 
glyph/sec numbers and you get the time to draw a single editor page. ;-)
Did the numbers above count the transfer time from CPU memory -> graphic 
server?

Martin

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mseide-msegui-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to