diff options
author | simon <simon@lindenlab.com> | 2023-05-04 16:52:35 +0100 |
---|---|---|
committer | simon <simon@lindenlab.com> | 2023-05-04 16:52:35 +0100 |
commit | e8c1a18105bddc29951d4c4b1700dc0af37c83c2 (patch) | |
tree | e9c50905806989dbca456a49c33875536ef5ad7e /indra/newview/llappviewer.cpp | |
parent | 7ed52090a67882cd0bc904f1e0a9ce07cf6768e9 (diff) |
First work on sl-19676 - Stats on updates
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 8d77a39c74..9c194562f9 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(); + } + } } { |