Closed TallFurryMan closed 4 years ago
This is with d1de2f7b.
In my case QThread::idealThreadCount()
returns 2.
Thanks for the info, this is in the code that Jasem was just working on recently.
We will check into it.
I guess this is a single core computer?
Alright, minimum should be 4.
Alright, minimum should be 4.
Why this restriction? Does this impact performance or is this a hard stop for any single core host?
I submitted PR #26 to fix this. This also grantees that only threads multiple of 4 are accepted to avoid any weird partitioning. If this is not met, it just runs it single-threaded like before.
My obs is testing #25 right now. I'll test #26 shortly afterwards. I suppose it's better to remain on a single thread to avoid locking kstars up on the other.
EDIT: moved to #26
This is related to KStars/Ekos, but part of my test on #26, so I'll put it here for completeness:
How does Centeroid algorithm fares in comparison? You can hardcode it in FITSData::findStar and re-test on the same frame.
Will try. It is not that easy to do this in the UI, there should be a test doing a benchmark of each method. Any comparison done on the KStars UI Focus test? I've not done that myself.
Capturing a single frame in Focus:
This is an Atom i386 cpu with 1GB.