From 3490cee15c170e52fd52e8ac6e0eaa05a1f9ca4b Mon Sep 17 00:00:00 2001 From: Onur Berk Tore Date: Tue, 26 Apr 2022 23:38:18 +0300 Subject: [PATCH] [DOCUMENTATION] Adds full path for the profiler Signed-off by: Onur Berk Tore otore19@ku.edu.tr --- tutorials/profiler.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/profiler.md b/tutorials/profiler.md index 2d2059d20..231b9f8f1 100644 --- a/tutorials/profiler.md +++ b/tutorials/profiler.md @@ -118,9 +118,9 @@ When compiling with ``colcon``: colcon build --cmake-args -DENABLE_PROFILER=1 ``` -Run your Ignition library then open the profiler browser using: +Run your Ignition library then go to your ignition installation path and open the profiler browser using: ``` -ign_remotery_vis +libexec/ignition/ignition-common/ign_remotery_vis ``` If the profiler is run successfully, you should see output in a browser. Similar to this