diff options
| author | simon <simon@lindenlab.com> | 2023-05-09 17:16:26 +0100 |
|---|---|---|
| committer | simon <simon@lindenlab.com> | 2023-05-09 17:16:26 +0100 |
| commit | 90631fccef6ab1596655b18fb7dbdc87a4cb80ac (patch) | |
| tree | 09bc86b85d32dbe02c6004f05739c3de945b7bab /indra/newview/llmeshrepository.cpp | |
| parent | e8c1a18105bddc29951d4c4b1700dc0af37c83c2 (diff) | |
SL-19676 - more update and scene loading stats. Added texture and mesh
count
Diffstat (limited to 'indra/newview/llmeshrepository.cpp')
| -rw-r--r-- | indra/newview/llmeshrepository.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llmeshrepository.cpp b/indra/newview/llmeshrepository.cpp index f937754368..e2fb218b1b 100644 --- a/indra/newview/llmeshrepository.cpp +++ b/indra/newview/llmeshrepository.cpp @@ -56,6 +56,7 @@ #include "llviewermessage.h" #include "llviewerobjectlist.h" #include "llviewerregion.h" +#include "llviewerstatsrecorder.h" #include "llviewertexturelist.h" #include "llvolume.h" #include "llvolumemgr.h" @@ -4089,6 +4090,8 @@ void LLMeshRepository::notifyMeshLoaded(const LLVolumeParams& mesh_params, LLVol } mLoadingMeshes[detail].erase(obj_iter); + + LLViewerStatsRecorder::instance().meshLoaded(); } } |
