A real time, nanosecond resolution, remote telemetry, hybrid frame and sampling profiler for games and other applications.
Available since: [89.8193.37-1] - 2023-12-30 (Preview)
Tracy can be run against any module running at least build 8193.37-1, and will provide a reasonable overview about what's going on. The intent is to give module authors and server admins more autonomy in self-diagnosing problems with their server, and also to support collection of traces for analysis by the dev team for problematic scenes.
It is available to both client and dedicated server.
NWN ships with Tracy installed, but at the time of writing this is limited to the preview builds. To access preview builds, see https://discord.com/channels/382306806866771978/1159424565387198555.
Once installed you can find the Tracy client in
$NWN_INSTALL_DIRECTORY/bin/$OS/tracy/Tracy
E.g. on Linux using Steam it will be in
~/.local/share/Steam/steamapps/common/Neverwinter\ Nights/bin/linux-x86/tracy/Tracy
Enable tracy in settings.tml
[instrumentation]
[instrumentation.tracy]
bind-all-interfaces = false
enabled = true
port = 8086
To understand Tracy in detail, refer to the official documentation in the Tracy GitHub repository.