mirror of
https://github.com/triqs/dft_tools
synced 2025-01-12 05:58:18 +01:00
Add documentation for web profiling
This commit is contained in:
parent
82e3b3f02b
commit
ecbcc60930
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user