proc_cpu_bogomips()

Bogomips value of the processor

Syntax:

float proc_cpu_bogomips(int id);

Arguments:

Name Description
id The processor identifier number. Use 0 on systems that have only one processor.

Description:

Bogompis value of the processor. For more information about Bogomips, visit http://www.tldp.org/HOWTO/BogoMips/x78.html#AEN81

Return Values:

On success, returns the bogomips value of the processor. On error, -1 is returned.

See Also:

proc_cpu_vendor_id(), proc_cpu_family(), proc_cpu_mhz(), proc_cpu_model() proc_cpu_model_name(), proc_cpu_cache_size()



INDEX