Skip to content

Commit

Permalink
Mention typical execution time
Browse files Browse the repository at this point in the history
  • Loading branch information
jussienko committed Apr 21, 2020
1 parent b083c2d commit b32ac50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions performance/cprofile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In this exercise we analyze the performance of heat equation solver with cProfil

The file [heat_main.py](heat_main.py) contains the (very inefficient)
implementation of the two dimensional heat equation. Use `cProfile` for
investigating where the time is spent in the program. You can try to profile
also the more efficient model solution of
[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).

0 comments on commit b32ac50

Please sign in to comment.