On Wed, 1 Jun 2022 15:19:11 -0500, Nicky Perian wrote:
> Will tracy be used in LL server? If so, is there a linux version?
You can find pre-built Tracy libraries and binaries for Linux (and
for macOS and Windows) on my site:
http://sldev.free.fr/libraries/
Note that unlike LL's builds, mine are configured to use tracy
in on-demand profiling mode (meaning the data collection only starts
on demand and that you can restart it as many time as you want
during a single viewer session).
Also, my builds got patches I made to solve some issues (such as
the crashes encountered in SLPlugin when using Tracy).
The sources (with build scripts) are also provided, of course:
http://sldev.free.fr/libraries/sources/
Henri.