Skip to content

Commit c77eb57

Browse files
updated doc
1 parent bd1348c commit c77eb57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_docs_v7/Tracy-Integration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,13 @@ 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-
Note: For Ubuntu users, install additional dependencies required for the Tracy server with the following command.
75+
1. **Build the Tracy Server:**
76+
Install additional dependencies required for the Tracy server.
7677
```bash
7778
sudo apt install libfreetype6-dev libcapstone-dev libdbus-1-dev \
7879
libxkbcommon-dev libwayland-dev wayland-protocols \
7980
libegl1-mesa-dev libglvnd-dev libgtk-3-dev
8081
```
81-
82-
1. **Build the Tracy Server:**
8382
- Navigate to the Tracy directory: `cd <SU2_SOURCE_DIR>/subprojects/tracy`.
8483
- Build the profiler using CMake:
8584
```bash

0 commit comments

Comments
 (0)