We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89c8a2f commit cdfaae5Copy full SHA for cdfaae5
README.md
@@ -68,8 +68,7 @@ For the beginner with numpy it can be easy to work on copies of matrices which u
68
First we make a random square array and modify it twice using copies taking 2.3GB RAM:
69
70
In [1]: imu.start_watching_memory()
71
-
72
- In [2]: a = np.random.random((int(1e4),int(1e4)))
+ In [2]: a = np.random.random((int(1e4),int(1e4)))
73
In [2] used 762.9531 MiB RAM in 2.21s, peaked 0.00 MiB above current, total RAM usage 812.30 MiB
74
75
In [3]: b = a*2
0 commit comments