diff options
author | simon-linden <57500096+simon-linden@users.noreply.github.com> | 2023-05-09 09:27:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 09:27:53 -0700 |
commit | a9c64940cbac27328b6304f9d63cdf4265fae2f7 (patch) | |
tree | c804fa0666f8a7a4954c61569e47376ce1e450bc /indra/newview/llappviewer.cpp | |
parent | 971e851157da688b480d6ada188daec532e4b682 (diff) | |
parent | 90631fccef6ab1596655b18fb7dbdc87a4cb80ac (diff) |
Merge pull request #205 from secondlife/sl-19676-360mode-stats
sl-19676 - Stats on updates and scene loading
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 61fa3dc829..23d99da8ba 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1536,7 +1536,12 @@ bool LLAppViewer::doFrame() LLFloaterSimpleOutfitSnapshot::update(); gGLActive = FALSE; } - } + + if (LLViewerStatsRecorder::instanceExists()) + { + LLViewerStatsRecorder::instance().idle(); + } + } } { |