Skip to content

Commit

Permalink
Update the readme file accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
ChadliaJerad committed Aug 19, 2023
1 parent c8e2e22 commit 14c3fec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions util/tracing/visualization/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ Once the federation stopped executing, run `fedsd` on all generated `.lft` files
```
$ fedsd *.lft
```
In case `trace_to_csv` executable is in a different location, other than `/usr/local/bin/`, then use the `INSTALL_PREFIX` flag, as follows:
```
fedsd INSTALL_PREFIX=~/.local/bin/ *.lft
```

The output is an html file named `trace_svg.html` (in the current directory) that contains the sequence of interactions
between the federates and the RTI.

0 comments on commit 14c3fec

Please sign in to comment.