module documentation

cpuinfo

Copyright 2002 Pearu Peterson all rights reserved, Pearu Peterson <pearu@cens.ioc.ee> Permission to use, modify, and distribute this software is given under the terms of the NumPy (BSD style) license. See LICENSE.txt that came with this distribution for specifics.

NO WARRANTY IS EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. Pearu Peterson

Variable cpu Undocumented
Class ​CPUInfo​Base Holds CPU information and provides methods for requiring the availability of various CPU features.
Class ​Darwin​CPUInfo Undocumented
Class ​IRIXCPUInfo Undocumented
Class ​Linux​CPUInfo Undocumented
Class ​Sun​OSCPUInfo Undocumented
Class ​Win32​CPUInfo Undocumented
Function command​_by​_line Undocumented
Function command​_info Undocumented
Function getoutput Undocumented
Function key​_value​_from​_command Undocumented
cpu =

Undocumented

def command_by_line(cmd, successful_status=(0), stacklevel=1):

Undocumented

def command_info(successful_status=(0), stacklevel=1, **kw):

Undocumented

def getoutput(cmd, successful_status=(0), stacklevel=1):

Undocumented

def key_value_from_command(cmd, sep, successful_status=(0), stacklevel=1):

Undocumented