MCPcopy Create free account
hub / github.com/geekcomputers/Python / print_help

Function print_help

simulate_memory_cpu.py:13–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12
13def print_help():
14 print("Usage: ")
15 print(" python cpu_memory_simulator.py m 1GB")
16 print(" python cpu_memory_simulator.py c 1")
17 print(" python cpu_memory_simulator.py mc 1GB 2")
18
19
20# memory usage

Callers 2

memFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected