[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-kimageshop
Subject:    [krita/kazakov/cs-registry-rewrite] libs/image: Disable tile data pool
From:       Dmitry Kazakov <null () kde ! org>
Date:       2017-05-11 12:20:18
Message-ID: E1d8n4s-0001qH-HQ () code ! kde ! org
[Download RAW message or body]

Git commit 48e1c0cffc04aae86338b68a6ae32b92db458758 by Dmitry Kazakov.
Committed on 11/05/2017 at 11:38.
Pushed by dkazakov into branch 'kazakov/cs-registry-rewrite'.

Disable tile data pool

It looks like at least in some circumstances it can make rendering of
the image 5-30% slower. I will disable it by default until further
details are investigated.

If you modified your performance settings, this auto-disabling will
not work. You should disable it manually by setting its size to 0%
in Preferences->Performace tab.

The testing, where the slowdown was registered, was done on 4k
image using KisProjectionBenchmark.

CC:kimageshop@kde.org

M  +1    -1    libs/image/kis_image_config.cpp

https://commits.kde.org/krita/48e1c0cffc04aae86338b68a6ae32b92db458758

diff --git a/libs/image/kis_image_config.cpp b/libs/image/kis_image_config.=
cpp
index 0258ccc41a7..3910efc653e 100644
--- a/libs/image/kis_image_config.cpp
+++ b/libs/image/kis_image_config.cpp
@@ -211,7 +211,7 @@ void KisImageConfig::setMemorySoftLimitPercent(qreal va=
lue)
 qreal KisImageConfig::memoryPoolLimitPercent(bool requestDefault) const
 {
     return !requestDefault ?
-        m_config.readEntry("memoryPoolLimitPercent", 2.) : 2.;
+        m_config.readEntry("memoryPoolLimitPercent", 0.0) : 0.0;
 }
 =

 void KisImageConfig::setMemoryPoolLimitPercent(qreal value)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic