Skip to content

Commit 85d1362

Browse files
updated doc
1 parent 7f15d7f commit 85d1362

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_docs_v7/Tracy-Integration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ To profile a function in SU2, add Tracy macros to the source code. Here’s an e
7272

7373
After compiling and instrumenting SU2, profile and visualize the data as follows:
7474

75+
> For Ubuntu users, install additional dependencies required for the Tracy server with:
76+
sudo apt install libfreetype6-dev libcapstone-dev libdbus-1-dev \
77+
libxkbcommon-dev libwayland-dev wayland-protocols \
78+
libegl1-mesa-dev libglvnd-dev libgtk-3-dev
79+
7580
1. **Build the Tracy Server:**
7681
- Navigate to the Tracy directory: `cd <SU2_SOURCE_DIR>/subprojects/tracy`.
7782
- Build the profiler using CMake:

0 commit comments

Comments
 (0)