summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2020-10-15 23:33:13 -0700
committerPtolemy <ptolemy@lindenlab.com>2020-10-15 23:33:13 -0700
commitf22c85cb4164bf7041db137aac86136fb6e5fd83 (patch)
tree06cdf1844d2b4dc9a98ea3fd7b2622d7573905e4 /indra/newview/llappviewer.cpp
parent317ff2ce6241b9eaccacbc27117351ebc3d5eea7 (diff)
SL-13424 Add Rad Games Tools local Telemetry profiler support
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 4339aa8807..2feba40d23 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -89,6 +89,7 @@
#include "llsdutil_math.h"
#include "lllocationhistory.h"
#include "llfasttimerview.h"
+#include "lltelemetry.h"
#include "llvector4a.h"
#include "llviewermenufile.h"
#include "llvoicechannel.h"
@@ -1608,6 +1609,8 @@ bool LLAppViewer::doFrame()
LL_INFOS() << "Exiting main_loop" << LL_ENDL;
}
+ LLPROFILE_UPDATE();
+
return ! LLApp::isRunning();
}