processor id
-
i need to get a value of some environment variable. what API can be used to get the value of environment variable
getenv
, but I don't think you can get the processor ID with this method. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo -
getenv
, but I don't think you can get the processor ID with this method. Joaquín M López Muñoz Telefónica, Investigación y DesarrolloI think he's talking about the PROCESSOR_IDENTIFIER environment variable. Q261186 - Computer Randomly Plays Classical Music
-
I think he's talking about the PROCESSOR_IDENTIFIER environment variable. Q261186 - Computer Randomly Plays Classical Music
Didn't know that env variable existed! I've just tried it and it actually returns some info on the processor. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
getenv
, but I don't think you can get the processor ID with this method. Joaquín M López Muñoz Telefónica, Investigación y DesarrolloDo you have sample code to get the processor id (assuming it's enabled)? Code to enable it would also come in handy! Thanks, /ravi Let's put "civil" back in "civilization" http://www.ravib.com ravib@ravib.com
-
Do you have sample code to get the processor id (assuming it's enabled)? Code to enable it would also come in handy! Thanks, /ravi Let's put "civil" back in "civilization" http://www.ravib.com ravib@ravib.com
const char * processor_identifier=getenv("PROCESSOR_IDENTIFIER");
This variable is not available on every Windows OS (it is on my Windows 2000, and it is not on the Win98 system I've got home). Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
Do you have sample code to get the processor id (assuming it's enabled)? Code to enable it would also come in handy! Thanks, /ravi Let's put "civil" back in "civilization" http://www.ravib.com ravib@ravib.com
I've just run into voodoopriestess' (sic) CAMEL - CPU Identifier Class[^], which seems a far more powerful way to obtain info about current processor. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
-
const char * processor_identifier=getenv("PROCESSOR_IDENTIFIER");
This variable is not available on every Windows OS (it is on my Windows 2000, and it is not on the Win98 system I've got home). Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
Hi Joaquin, actually I was looking for a wrapper for the ASM code that enables/disables advertising the processor id and also a way to read it from the chip (i.e. what Intel's utility does). /ravi Let's put "civil" back in "civilization" http://www.ravib.com ravib@ravib.com
-
I've just run into voodoopriestess' (sic) CAMEL - CPU Identifier Class[^], which seems a far more powerful way to obtain info about current processor. Joaquín M López Muñoz Telefónica, Investigación y Desarrollo
YOWZA! Thanks! /ravi Let's put "civil" back in "civilization" http://www.ravib.com ravib@ravib.com