I am going to refactor a Widget-based application into a QML-based application. I found that the actual memory usage of the program will be much higher. So I wrote qml-demo and widget-demo for experimental verification. I want to know the specific reasons. What improvements can be made in terms of optimization.
Thiago Macieira <[email protected]> 于2022年6月15日周三 16:05写道: > On Wednesday, 15 June 2022 02:51:27 PDT YaNing Lu wrote: > > We read the USS of the demo for comparison, and the following is the > > comparison data. > > > > 5.15.2 > > qml-demo : 31.3M > > widget-demo : 24.7M > > > > 6.2.4 > > qml-demo : 36.0M > > widget-demo : 22.4M > > What are you measuring here? What tool did you use? > > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Cloud Software Architect - Intel DCAI Cloud Engineering > > > >
_______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
