From ecbcc60930ed7be4ecff6c828dbb513b61fb2926 Mon Sep 17 00:00:00 2001 From: Michel Ferrero Date: Tue, 1 Apr 2014 17:09:38 +0200 Subject: [PATCH] Add documentation for web profiling --- doc/reference/c++/using_the_lib/profiling.rst | 4 ++++ 1 file changed, 4 insertions(+) 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