ArcadeRenegade / SidebarDiagnostics

A simple sidebar for Windows desktop that displays hardware diagnostic information.
GNU General Public License v3.0
2.26k stars 201 forks source link

Core load , double number of cores #419

Open djb064 opened 1 year ago

djb064 commented 1 year ago

When core load is selected in the CPU section , double the number of cores are shown to what my cpu has ... 10 core 10900KF ... 20 cores shown on the diagnostic bar , running on windows 10 Untitled

pkkid commented 1 year ago

I believe this app is showing you the correct information. Your CPU has 10 cores, but 20 threads. ie, it's pretending to have 20 cores to allow for better context switching performance.

smithy1294 commented 1 year ago

Kind of related, is there any way of reducing how many cores/threads are shown? I'd love to only see my core load for my actual cores, thanks