You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First Draft of Changes to Profiler Tutorial (#711)
- Explicitly create new project directory called profiler_example
- Download profiler.cc into directory using wget
- Remove unnecessary grep dependency
- Clarify the CMakeLists is being created, not modified
- Separate the different options for running the profiler visualization
into multiple blocks, with the conditions described more clearly
- Would like confirmation on what IP address http.server broadcasts to;
tutorial says it's the container's IP address, but it always showed up
as 0.0.0.0 (localhost) for me in my container
Signed-off-by: Harrison Chen <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
python3 -m http.server -d $(find / -type d -name 'profiler_vis')
110
+
```
103
111
104
-
# Use the installation path (macOS)
105
-
open /usr/share/gz/gz-common/profiler_vis/index.html
112
+
- If you installed `gz-common` from source, we assume it is located at `$SOURCE_DIR/gz-common`, where `$SOURCE_DIR` is a variable representing a file path
113
+
- Open the HTML file directly:
106
114
107
-
# Inside a Docker container with port 8000 exposed
0 commit comments