Searched refs:_CPUINFO (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/bin/ |
D | site_utils.py | 608 _CPUINFO = '/proc/cpuinfo' variable 772 cache_size = _get_int_from_file(_CPUINFO, 'cache size', ': ', ' KB') 783 frequency = _get_float_from_file(_CPUINFO, 'model name', ' @ ', 'GHz') 821 cpu_model = _get_int_from_file(_CPUINFO, 'model\t', ': ', None) 830 cpu_family = _get_int_from_file(_CPUINFO, 'cpu family\t', ': ', None)
|