Re: [Qt-qml] QML memory usage with import QtWebKit

2010-12-14 Thread warwick.allison
To: Brasser Michael (Nokia-MS-Qt/Brisbane) Cc: qt-qml@trolltech.com Subject: Re: [Qt-qml] QML memory usage with import QtWebKit Hi Michael, Sorry, I didn't understand from your email if you think it's normal that memory usage goes up 10 Mb by just importing WebKit without using it ? What I mean is: does

Re: [Qt-qml] QML memory usage with import QtWebKit

2010-12-13 Thread michael.brasser
Hi Greg, On 10/12/2010, at 4:52 PM, ext Gregory Schlomoff wrote: Hi Michael, Somme additional figures: 1. Empty Rectangle, not importing QtWebkit: ~ 3MB 2. Empty Rectangle, importing QtWebkit: ~ 13MB 3. Rectangle with an empty WebView: ~ 14 MB 4. Setting url: about:blank in the WebView: ~15 MB

Re: [Qt-qml] QML memory usage with import QtWebKit

2010-12-09 Thread michael.brasser
Hi Greg, From what I remember 10MB for the base usage of webkit sounds about right, though I didn't realize that just an import statement would add this cost. Did you try any other configurations? e.g. did adding an empty WebView cause the memory to go up or was it still around 13MB? Regards,

Re: [Qt-qml] QML memory usage with import QtWebKit

2010-12-09 Thread Gregory Schlomoff
Hi Michael, Somme additional figures: 1. Empty Rectangle, not importing QtWebkit: ~ 3MB 2. Empty Rectangle, importing QtWebkit: ~ 13MB 3. Rectangle with an empty WebView: ~ 14 MB 4. Setting url: about:blank in the WebView: ~15 MB 5. Setting url: http://www.google.com/: ~19 MB (and a repaint bug:

[Qt-qml] QML memory usage with import QtWebKit

2010-11-30 Thread Gregory Schlomoff
Hello, One simple observation. Launching the following code in qmlviewer.exe, I get a memory usage of aroung 3 megabytes: --- import QtQuick 1.0 Rectangle { width: 200 height: 200 } Now, with the following code, memory usage jumps to