summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRye <rye@lindenlab.com>2024-11-06 10:41:41 -0500
committerRye <rye@lindenlab.com>2024-11-06 23:57:15 -0800
commit03231789c016245cdc93d154502c879386030de1 (patch)
tree271d92fe20edeede34e4d0424d65ffd640f23bc0 /indra/newview
parentd9ee26fcbabbb5fe94006b8d31d4bfb988f7b53e (diff)
Update Tracy to 0.11.1
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappviewerlinux.cpp5
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;