-
Change-Id: I2be80c43c2f83b2333df48210b53258e4be1acae
-
Change-Id: I2969e88887c684a556c7372ca7f4e07abc3969fa
-
Change-Id: I1152c0c48795f8972f2b4ee2fc50b0c04140a322 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I9911157a22a5fc941c7fd2d5aff838131f328dd1
-
Change-Id: I969b6aad154b839410daef4fdbd3962b58b97fd7
-
Change-Id: I01ebd8f862d6564da7fbf3de4d540c496f4f2848
-
Change-Id: I07bf83bc86df116f6144bb7fa6c0c950292a5aa2
-
Change-Id: If580d7fbc1515a87796056d1bd195cc3c18f81b1
-
Change-Id: If168017bda9472f348e4a6d2a44a3f2e83c5261c
-
Change-Id: I40c438e3c0667cf2b3ce22aa3b2557a27bfc329b
-
Change-Id: I9b00f63593d47fd56c0d97f8cb848912ceed726c
-
Change-Id: I885c2099df7b0dcab069eb391c2b6229852f8b06
-
Change-Id: Ie9cd3109234396757220e5fe0268a7712bf86b31
-
Change-Id: I863826a7a7c31e7027843dfffbad08e2b7501722
-
Change-Id: I4805f01066b272b7b56935fe59a9e76110177378
-
Change-Id: Ic4f20d0c4169cdedd20a2966edc67da5ec539849
-
Change-Id: I155be5a4dda65b3d8886d30961857f0f9743d592 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
* Use the BATCH property from the devel API. Change-Id: Ic61771c4c27f08257c5d2619a38ca3c7f8524c1c Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Added ability for benchmark tool to use checkbox buttons by providing --use-checkbox command line argument Change-Id: I7ac8c50a3ea594a548b447b3f3b3ec1be6da9bfd
-
BATCHING_ENABLED property has been moved to ImageVisual Change-Id: Ib720deb1722f8959ba2f182babc888321fe70ca5
-
A reduction in GL calls can be observed when running the example with the following options for comparison: DALI_GLES_CALL_TIME=1 DALI_GLES_CALL_TIME_ACCUMULATE=1 homescreen-benchmark.example –disable-icon-labels & DALI_GLES_CALL_TIME=1 DALI_GLES_CALL_TIME_ACCUMULATE=1 homescreen-benchmark.example –disable-icon-labels –disable-batching W/O Batching W/ Batching % Improvement Bind buffers 0.00 11.88 N/A Bind textures 4.03 5.6 -26% Draw calls 27.31 10.06 +63% Uniform sets 53.88 10.06 +81% Note: Larger improvements can be seen when the bottleneck is within the Render thread (instead of Update). Change-Id: I294665299f2d7d8149563f1ea7fed730aed53da6
-
Change-Id: Ia8cc676eeb95ec2673995026cddca8850693d04e
-
To improve app launching speed on Tizen (using launchpad), Use -fPIE option instead -fPIC and attach DALI_EXPORT_API in front of each example's main function. This is the compare result between before and after patch. (On hawkP 2.4 / using hello-dalidemo that has one pushbutton on stage) | before Patch | After Patch | --------------------------------------------- | hello-dalidemo | hello-dalidemo | --------------------------------------------- | AVG MIN MAX | AVG MIN MAX | | 1134 1060 1188 | 291 250 337 | After patch, launching speed drops to 30% of before. Change-Id:I51a4f673d016f9278f867167dc2ff9f407ea6e7e
-
- images have been converted, so they don't crash on the device - when benchmark uses tableview, no manual sizing is enabled - font size has been calculated using dpi to work with various screens - added extra-help text describing benchmark options Change-Id: Ia2ed1b9019b9b436903f470055ac1eac3be7eb68