Skip to content

Commit b32ac50

Browse files
committed
Mention typical execution time
1 parent b083c2d commit b32ac50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

performance/cprofile/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In this exercise we analyze the performance of heat equation solver with cProfil
44

55
The file [heat_main.py](heat_main.py) contains the (very inefficient)
66
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).
7+
investigating where the time is spent in the program. Note that the execution
8+
time can be between 40 - 60 s depending on your hardware. (You can see also
9+
results of the simulation in the *heat_nnn.png* output files).
1010

0 commit comments

Comments
 (0)