3
0
mirror of https://github.com/triqs/dft_tools synced 2025-01-12 14:08:24 +01:00

Add documentation for web profiling

This commit is contained in:
Michel Ferrero 2014-04-01 17:09:38 +02:00
parent 82e3b3f02b
commit ecbcc60930

View File

@ -33,3 +33,7 @@ First, run your script (``my_test.py``): ::
Then, analyze the results (stored in `my_test.py.prof`) with ``google-pprof``: :: Then, analyze the results (stored in `my_test.py.prof`) with ``google-pprof``: ::
google-pprof --text my_test.py my_test.py.prof | less google-pprof --text my_test.py my_test.py.prof | less
Alternatively, to view the results more graphically, run : ::
google-pprof --web my_test.py my_test.py.prof