Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ mem_cpu
Function
mem_cpu
simulate_memory_cpu.py:70–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
69
70
def
mem_cpu():
71
Process(target=mem).start()
72
Process(target=cpu).start()
73
74
75
if
__name__ ==
"__main__"
:
Callers
nothing calls this directly
Calls
1
start
Method · 0.80
Tested by
no test coverage detected