diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-07-21 16:47:59 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2026-07-21 22:42:36 +0300 |
| commit | baf6a330f51e9521625e265dafa4766cc9236a60 (patch) | |
| tree | 5229ad99552743ad9df93b8bf71601b754a20b80 /indra/newview/llinventorymodel.cpp | |
| parent | 4474d4f3fe115cec6b85dbb7f691da8d649fc258 (diff) | |
#6014 Update splash screen
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
| -rw-r--r-- | indra/newview/llinventorymodel.cpp | 1 |
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)) |
