diff --git a/doc/reference/c++/using_the_lib/profiling.rst b/doc/reference/c++/using_the_lib/profiling.rst index fd79bb2a..4bb69717 100644 --- a/doc/reference/c++/using_the_lib/profiling.rst +++ b/doc/reference/c++/using_the_lib/profiling.rst @@ -33,3 +33,7 @@ First, run your script (``my_test.py``): :: Then, analyze the results (stored in `my_test.py.prof`) with ``google-pprof``: :: 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