diff options
author | Rye <rye@lindenlab.com> | 2024-11-06 10:41:41 -0500 |
---|---|---|
committer | Rye <rye@lindenlab.com> | 2024-11-06 23:57:15 -0800 |
commit | 03231789c016245cdc93d154502c879386030de1 (patch) | |
tree | 271d92fe20edeede34e4d0424d65ffd640f23bc0 /indra/newview | |
parent | d9ee26fcbabbb5fe94006b8d31d4bfb988f7b53e (diff) |
Update Tracy to 0.11.1
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewerlinux.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llappviewerlinux.cpp b/indra/newview/llappviewerlinux.cpp index 3dbbda11f9..febe2d1e41 100644 --- a/indra/newview/llappviewerlinux.cpp +++ b/indra/newview/llappviewerlinux.cpp @@ -113,6 +113,11 @@ static void exceptionTerminateHandler() int main( int argc, char **argv ) { + // Call Tracy first thing to have it allocate memory + // https://github.com/wolfpld/tracy/issues/196 + LL_PROFILER_FRAME_END; + LL_PROFILER_SET_THREAD_NAME("App"); + gArgC = argc; gArgV = argv; |