Bug 161850

Summary: Unnecessary updates occur in plugins
Product: [Applications] kst Reporter: Andrew Walker <arwalker>
Component: generalAssignee: kst
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 1.4.0   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Andrew Walker 2008-05-09 17:00:36 UTC
Version:           1.4.0 (using KDE 3.5.8)
Installed from:    Compiled From Sources
OS:                Linux

PROBLEM:

A KstBasicPlugin will update every time even when its inputs have not been changed.

STEPS TO REPRODUCE:

Start Kst
Create an auto-correlation with the inputs being two large and non-changing vectors
Create a curve from the auto-correlation output vectors

RESULTS:
Kst consumes a lot of CPU time

EXPECTED RESULTS:
Ksy updates the plugin only once and does not consume a lot of CPU time
Comment 1 Andrew Walker 2008-05-09 17:01:39 UTC
SVN commit 805893 by arwalker:

BUG:161850 only update KstBasicPlugin output vectors when necessary

 M  +15 -16    kstbasicplugin.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=805893