How to get Cpu Processor id
General and Desktop
2
Posts
2
Posters
6.5k
Views
1
Watching
-
wrote on 30 Jul 2011, 13:23 last edited by
how can i get the CPU Processor id using Qt or Windows API, other than WMIC??
-
wrote on 30 Jul 2011, 13:41 last edited by
Although Qt detects at runtime the CPU feature set (cf. src/corelib/tools/qsimd.cpp), it does not export any function to access that (nor any other CPUID information). Write your small piece of assembly code to gather that information.
1/2