MCPcopy 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
70def mem_cpu():
71 Process(target=mem).start()
72 Process(target=cpu).start()
73
74
75if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

startMethod · 0.80

Tested by

no test coverage detected