summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-07-21 16:47:59 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-07-21 22:42:36 +0300
commitbaf6a330f51e9521625e265dafa4766cc9236a60 (patch)
tree5229ad99552743ad9df93b8bf71601b754a20b80 /indra/newview/llinventorymodel.cpp
parent4474d4f3fe115cec6b85dbb7f691da8d649fc258 (diff)
#6014 Update splash screen
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r--indra/newview/llinventorymodel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp
index e56db88cf9..9a1cc3b122 100644
--- a/indra/newview/llinventorymodel.cpp
+++ b/indra/newview/llinventorymodel.cpp
@@ -2454,6 +2454,7 @@ void LLInventoryModel::cache(
// Main thread is the only one modifying sPendingCacheThreads
auto compress_cache = [temp_file, gzip_filename]()
{
+ LL_PROFILE_ZONE_NAMED("inv cache compression");
LLTimer gzip_timer;
if (gzip_file(temp_file, gzip_filename))