diff options
author | Ptolemy <ptolemy@lindenlab.com> | 2021-07-27 15:31:15 -0700 |
---|---|---|
committer | Ptolemy <ptolemy@lindenlab.com> | 2021-07-28 15:36:10 -0700 |
commit | 7d5cd52498e3da2b2438ad82fe450c923541e798 (patch) | |
tree | 9dc300c5f5b7bc98dfb5db0c3cbfc6b05f669f58 /indra/newview/llappviewer.cpp | |
parent | 7637f9845b351a7cb3e41d97db7d3715e119e2df (diff) |
SL-15709: Add Tracy support to viewer
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 79f1cc0e8f..94f0b31ecd 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1667,6 +1667,8 @@ bool LLAppViewer::doFrame() LL_INFOS() << "Exiting main_loop" << LL_ENDL; } + LL_PROFILER_FRAME_END + return ! LLApp::isRunning(); } |