Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pydata/numexpr
/ cpufreq_info
Method
cpufreq_info
numexpr3/cpuinfo.py:142–143 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
140
141
@staticmethod
142
def
cpufreq_info():
143
return
run_and_get_stdout([
'cpufreq-info'
])
144
145
@staticmethod
146
def
sestatus_allow_execheap():
Callers
1
_get_cpu_info_from_cpufreq_info
Function · 0.80
Calls
1
run_and_get_stdout
Function · 0.85
Tested by
no test coverage detected