Re: g_utf8_offset_to_pointer() optimization



On Thu, 3 Nov 2005, Luis Menina wrote:

> Well, you were right, thank !
>
> But I still have a problem :-(
> When I run:
>
> python ./plot-languages.py -o chart.png test1.xml test2.xml
>
> My chart.png file has only titles and legend, but no charts :-(
> Does it need a minimum number of runs (I decreased it to do some quick
> tests) ?

Hehe, yes.  Search for 400000 in the python file and reduce it.


> My xml files look good, I don't understand...
>
> Markus Bertheau a écrit :
> > В Чтв, 03/11/2005 в 04:16 +0100, Luis Menina пишет:
> >
> >
> >>BTW I've tried to use Federico's pango benchmark tools (
> >>http://primates.ximian.com/~federico/news-2005-10.html#25 ), but i'm
> >>left with an error...
> >>
> >>ValueError: invalid literal for float(): 11,560000
> >
> >
> > The problem is that you're running pango-language-profile in a locale
> > that has , as decimal point, which python refuses to parse as a float.
> > Run pango-language-profile with the environment variable LC_NUMERIC set
> > to C, i.e.
> >
> > LC_NUMERIC=C pango-language-profile further_arguments
> >
> > If I'm wrong, report and I'll help out further :)
> >
> > Markus
> >
> >
> >
> >
> _______________________________________________
> Performance-list mailing list
> Performance-list gnome org
> http://mail.gnome.org/mailman/listinfo/performance-list
>
>

--behdad
http://behdad.org/

"Commandment Three says Do Not Kill, Amendment Two says Blood Will Spill"
	-- Dan Bern, "New American Language"



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