[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming

About my parallel sort library's benchmark program

Ramine

2/18/2015 1:41:00 AM

Greinder wrote:
>My processor has 6 cores. Your benchmark program reports 12 cores.


I am using the windows function called GetSystemInfo() that is
returning the number of logical processors..

So in my program it's returning the number of logical processors,
so in your computer there is 12 logical processors, i have called
it 12 cores, but it is in fact 12 logical processors.



Thank you,
Amine Moulay Ramdane.