We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b083c2d commit b32ac50Copy full SHA for b32ac50
performance/cprofile/README.md
@@ -4,7 +4,7 @@ In this exercise we analyze the performance of heat equation solver with cProfil
4
5
The file [heat_main.py](heat_main.py) contains the (very inefficient)
6
implementation of the two dimensional heat equation. Use `cProfile` for
7
-investigating where the time is spent in the program. You can try to profile
8
-also the more efficient model solution of
9
-[numpy/heat-equation](../heat-equation/solution/heat-serial.py).
+investigating where the time is spent in the program. Note that the execution
+time can be between 40 - 60 s depending on your hardware. (You can see also
+results of the simulation in the *heat_nnn.png* output files).
10
0 commit comments