[Kstars-devel] Need help diagnosing KStars slowness
Jason Harris
kstars at 30doradus.org
Wed Jun 7 06:40:25 CEST 2006
Update:
It turns out that SkyMapComposite::update() was unnecessarily calling
SkyMapComposite::updatePlanets(). I have modified it to update all positions
*except* the solar system. I now get these numbers:
kstars: SkyMapComposite::update() took 210 ms
kstars: SkyMapComposite::updatePlanets() took 1387 ms
kstars: SkyMapComposite::updateMoons() took 9 ms
kstars: SkyMapComposite::update() for Alt/Az took 57 ms
kstars: X: Full update took 1664 ms
kstars: Skymap draw took 1489 ms
So now I just need to figure out why updatePlanets() is taking so long.
--
KStars: http://edu.kde.org/kstars
Community Forums: http://kstars.30doradus.org
More information about the Kstars-devel
mailing list