Re: [Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2014-01-19 Thread Ben Lau
>>> I haven't tried it since 5.1 but if it is not fixed its very likely the > >>> cause > >>> of your problem. > >>> > >>> Björn > >>> Am Mittwoch, 30. Oktober 2013, 07:07:41 schrieb Koehne Kai: > >>> > >>&

Re: [Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2013-11-01 Thread Cornelius Hald
n Yahoo! Mail pe Android > > > > > __ > From: Cornelius Hald ; > To: BogDan ; > Cc: development@qt-project.org ; > Subject: Re: [Development] Qt 5.2 Beta - is it really much slower to > parse qml/javascript on android? > Sent: Fri, Nov 1, 2013 4:48:49 PM > &

Re: [Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2013-11-01 Thread BogDan
Hi, https://bugreports.qt-project.org/browse/QTBUG-34464 Cheers, BogDan. Trimis din Yahoo! Mail pe Android ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2013-11-01 Thread Cornelius Hald
ur components, the last time i had issues > >>> with this all the time was lost in the horrible slow fileengine for > >>> assets on > >>> android. It looked to me it was reopening the assets all the time which > >>> seems > >>> expe

Re: [Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2013-10-30 Thread BogDan
;> expensive. >>> >>> I haven't tried it since 5.1 but if it is not fixed its very likely the >>> cause >>> of your problem. >>> >>> Björn >>> Am Mittwoch, 30. Oktober 2013, 07:07:41 schrieb Koehne Kai: >>> >>

Re: [Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2013-10-30 Thread Felipe Crochik
t; >> > -Original Message- > >> > From: development-bounces+kai.koehne=digia@qt-project.org > >> > [mailto:development-bounces+kai.koehne=digia....@qt-project.org] On > >> > Behalf Of Felipe Crochik > >> > Sent: Tuesday, Octobe

Re: [Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2013-10-30 Thread Eskil Abrahamsen Blomfeldt
On 10/30/2013 09:09 AM, BogDan wrote: > Hi, > > Android's assets are indeed slower (~2X) than Qt's resource system, > but not that slow ! :) From our experience the Android assets system is *extremely* slow for listing large file sets. It's bad to the degree that I suspect it has exponential co

Re: [Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2013-10-30 Thread BogDan
..@qt-project.org >> > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On >> > Behalf Of Felipe Crochik >> > Sent: Tuesday, October 29, 2013 7:13 PM >> > To: Hausmann Simon >> > Cc: development@qt-project.org >> > Subj

Re: [Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2013-10-30 Thread Björn Breitmeyer
m: development-bounces+kai.koehne=digia@qt-project.org > > [mailto:development-bounces+kai.koehne=digia@qt-project.org] On > > Behalf Of Felipe Crochik > > Sent: Tuesday, October 29, 2013 7:13 PM > > To: Hausmann Simon > > Cc: development@qt-project.org > >

Re: [Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2013-10-30 Thread Koehne Kai
project.org > Subject: Re: [Development] Qt 5.2 Beta - is it really much slower to parse > qml/javascript on android? > > Simon, > Quick update: > I tried arm7va and got almost the same results (a very small improvement > but still over 3seconds). > > It doesn't seem

Re: [Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2013-10-29 Thread Simon Hausmann
On Tuesday 29. October 2013 11.12.07 Felipe Crochik wrote: > Hi Simon, > Thank you for your reply, here are the answers to your questions: > 1. I am using > qt-windows-opensource-5.2.0-beta1-android-x86-win32-offline_2013-10-22_08-54 > -34-108.exe 2. using arm5 (don't think the device I am testing,

Re: [Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2013-10-29 Thread Simon Hausmann
On Tuesday 29. October 2013 10.31.16 Felipe Crochik wrote: > summary: some very simple "qml" code now is taking 4 seconds to "parse" and > get to the "component.onCompleted" on android. It is instantaneous using > qml 1.0/old necessitas. What is the best way to profile and found why? > Anybody seei

[Development] Qt 5.2 Beta - is it really much slower to parse qml/javascript on android?

2013-10-29 Thread Felipe Crochik
summary: some very simple "qml" code now is taking 4 seconds to "parse" and get to the "component.onCompleted" on android. It is instantaneous using qml 1.0/old necessitas. What is the best way to profile and found why? Anybody seeing a much longer "parsing time"? can it be related to the replaceme